You are here

namespace Drupal\Core\DependencyInjection\Compiler in Zircon Profile 8.0

Same name in other branches
  1. 8 Drupal\Core\DependencyInjection\Compiler
Classsort descending Location Description
BackendCompilerPass core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php Defines a compiler pass to allow automatic override per backend.
ContextProvidersPass core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php Adds the context provider service IDs to the context manager.
DependencySerializationTraitPass core/lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php Sets the _serviceId property on all services.
GuzzleMiddlewarePass core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php
ModifyServiceDefinitionsPass core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php Passes the container to the alter() method of all service providers.
ProxyServicesPass core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php Replaces all services with a lazy flag.
RegisterAccessChecksPass core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php Adds services tagged 'access_check' to the access_manager service.
RegisterEventSubscribersPass core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php Registers all event subscribers to the event dispatcher.
RegisterLazyRouteEnhancers core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php Registers all lazy route enhancers onto the lazy route enhancers.
RegisterLazyRouteFilters core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php Registers all lazy route filters onto the lazy route filter.
RegisterServicesForDestructionPass core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php Adds services tagged "needs_destruction" to the "kernel_destruct_subscriber" service.
RegisterStreamWrappersPass core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php Adds services tagged 'stream_wrapper' to the stream_wrapper_manager service.
StackedKernelPass core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php Provides a compiler pass for stacked HTTP kernels.
StackedSessionHandlerPass core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php Provides a compiler pass for stacked session save handlers.
TaggedHandlersPass core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Collects services to add/inject them into a consumer service.
TwigExtensionPass core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php Adds the twig_extension_hash parameter to the container.