You are here

30 methods override CompilerPassInterface::process() in Service Container 7.2

AnalyzeServiceReferencesPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Processes a ContainerBuilder object to populate the service reference graph.
AutoAliasServicePass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php
You can modify the container here before it is dumped to PHP code.
BackendCompilerPass::process in lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
You can modify the container here before it is dumped to PHP code.
CheckCircularReferencesPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
Checks the ContainerBuilder object for circular references.
CheckDefinitionValidityPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
Processes the ContainerBuilder to validate the Definition.
CheckExceptionOnInvalidReferenceBehaviorPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
You can modify the container here before it is dumped to PHP code.
CheckReferenceValidityPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
Processes the ContainerBuilder to validate References.
DecoratorServicePass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
You can modify the container here before it is dumped to PHP code.
DependencySerializationTraitPass::process in lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php
You can modify the container here before it is dumped to PHP code.
InlineServiceDefinitionsPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Processes the ContainerBuilder for inline service definitions.
MergeExtensionConfigurationPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
You can modify the container here before it is dumped to PHP code.
ModifyServiceDefinitionsPass::process in lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php
You can modify the container here before it is dumped to PHP code.
RegisterAccessChecksPass::process in lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
Implements CompilerPassInterface::process().
RegisterKernelListenersPass::process in lib/Drupal/Core/DependencyInjection/Compiler/RegisterKernelListenersPass.php
You can modify the container here before it is dumped to PHP code.
RegisterLazyRouteEnhancers::process in lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php
You can modify the container here before it is dumped to PHP code.
RegisterLazyRouteFilters::process in lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php
You can modify the container here before it is dumped to PHP code.
RegisterServicesForDestructionPass::process in lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php
Implements \Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process().
RegisterStreamWrappersPass::process in lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
You can modify the container here before it is dumped to PHP code.
RemoveAbstractDefinitionsPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
Removes abstract definitions from the ContainerBuilder.
RemovePrivateAliasesPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
Removes private aliases from the ContainerBuilder.
RemoveUnusedDefinitionsPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
Processes the ContainerBuilder to remove unused definitions.
RepeatedPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php
Process the repeatable passes that run more than once.
ReplaceAliasByActualDefinitionPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
Process the Container to replace aliases with service definitions.
ResolveDefinitionTemplatesPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
Process the ContainerBuilder to replace DefinitionDecorator instances with their real Definition instances.
ResolveInvalidReferencesPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
Process the ContainerBuilder to resolve invalid references.
ResolveParameterPlaceHoldersPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
Processes the ContainerBuilder to resolve parameter placeholders.
ResolveReferencesToAliasesPass::process in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
Processes the ContainerBuilder to replace references to aliases with actual service references.
StackedKernelPass::process in lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
You can modify the container here before it is dumped to PHP code.
StackedSessionHandlerPass::process in lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
You can modify the container here before it is dumped to PHP code.
TaggedHandlersPass::process in lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php
Finds services tagged with 'service_collector', then finds all corresponding tagged services and adds a method call for each to the consuming/collecting service definition.