Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CompilerPassInterface.php

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.

... See full list

File

vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php, line 28

Class

CompilerPassInterface
Interface that must be implemented by compilation passes.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function process(ContainerBuilder $container);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal