BackendCompilerPass |
lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php |
Defines a compiler pass to allow automatic override per backend. |
DependencySerializationTraitPass |
lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php |
Sets the _serviceId property on all services. |
ModifyServiceDefinitionsPass |
lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php |
Passes the container to the alter() method of all service providers. |
RegisterAccessChecksPass |
lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php |
Adds services tagged 'access_check' to the access_manager service. |
RegisterKernelListenersPass |
lib/Drupal/Core/DependencyInjection/Compiler/RegisterKernelListenersPass.php |
|
RegisterLazyRouteEnhancers |
lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php |
Registers all lazy route enhancers onto the lazy route enhancers. |
RegisterLazyRouteFilters |
lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php |
Registers all lazy route filters onto the lazy route filter. |
RegisterServicesForDestructionPass |
lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php |
Adds services tagged "needs_destruction" to the "kernel_destruct_subscriber"
service. |
RegisterStreamWrappersPass |
lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php |
Adds services tagged 'stream_wrapper' to the stream_wrapper_manager service. |
StackedKernelPass |
lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php |
Provides a compiler pass for stacked HTTP kernels. |
StackedSessionHandlerPass |
lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php |
Provides a compiler pass for stacked session save handlers. |
TaggedHandlersPass |
lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php |
Collects services to add/inject them into a consumer service. |