function CompilerPassInterface::process
You can modify the container here before it is dumped to PHP code.
Return value
void
62 methods override CompilerPassInterface::process()
- AbstractRecursivePass::process in vendor/
symfony/ dependency-injection/ Compiler/ AbstractRecursivePass.php - AddAnnotatedClassesToCachePass::process in vendor/
symfony/ http-kernel/ DependencyInjection/ AddAnnotatedClassesToCachePass.php - You can modify the container here before it is dumped to PHP code.
- AddAutoMappingConfigurationPass::process in vendor/
symfony/ validator/ DependencyInjection/ AddAutoMappingConfigurationPass.php - You can modify the container here before it is dumped to PHP code.
- AddConsoleCommandPass::process in vendor/
symfony/ console/ DependencyInjection/ AddConsoleCommandPass.php - You can modify the container here before it is dumped to PHP code.
- AddConstraintValidatorsPass::process in vendor/
symfony/ validator/ DependencyInjection/ AddConstraintValidatorsPass.php - You can modify the container here before it is dumped to PHP code.
File
-
vendor/
symfony/ dependency-injection/ Compiler/ CompilerPassInterface.php, line 28
Class
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function process(ContainerBuilder $container);