You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installing Drupal via Drush, you cannot use a service defined in the database driver module's .services.yml file, as it seems the module's services do not get registered in the container.
For Drupal in its current stage, this is not a problem. It will become evident in the future if we will need event subscribers defined by modules to perform database schema operations. Most probably, yes, this would need changes to Drupal core rather than Drush. Anyway, let's close this for now and come back when (if) we will face this issue. Thanks
Describe the bug
Installing Drupal via Drush, you cannot use a service defined in the database driver module's
.services.yml
file, as it seems the module's services do not get registered in the container.To Reproduce
See [META] Use events in Database Schema operations, comment #4.
Expected behavior
The service to be available.
Actual behavior
Service is not available.
Workaround
No
System Configuration
Additional information
Will add in due time.
The text was updated successfully, but these errors were encountered: