Passes the container to the alter() method of all service providers.
Hierarchy
- class \Drupal\Core\DependencyInjection\Compiler\ModifyServiceDefinitionsPass implements CompilerPassInterface
File
- core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php, line 13
Namespace
Drupal\Core\DependencyInjection\Compiler
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ModifyServiceDefinitionsPass::process | public | function | You can modify the container here before it is dumped to PHP code. Overrides CompilerPassInterface::process |
Please login to continue.