You are here

public function CompilerPassInterface::process in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php \Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()

You can modify the container here before it is dumped to PHP code.

@api

Parameters

ContainerBuilder $container:

30 methods override CompilerPassInterface::process()
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.

... See full list

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php, line 32

Class

CompilerPassInterface
Interface that must be implemented by compilation passes.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function process(ContainerBuilder $container);