Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
CompilerPassInterface.php
»
CompilerPassInterface
»
CompilerPassInterface::process
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
22 methods override CompilerPassInterface::process()
AddClassesToCachePass::process
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
DependencyInjection/
AddClassesToCachePass.php
You can modify the container here before it is dumped to PHP code.
AnalyzeServiceReferencesPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
AnalyzeServiceReferencesPass.php
Processes a ContainerBuilder object to populate the service reference graph.
CheckCircularReferencesPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
CheckCircularReferencesPass.php
Checks the ContainerBuilder object for circular references.
CheckDefinitionValidityPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
CheckDefinitionValidityPass.php
Processes the ContainerBuilder to validate the Definition.
CheckExceptionOnInvalidReferenceBehaviorPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
CheckExceptionOnInvalidReferenceBehaviorPass.php
You can modify the container here before it is dumped to PHP code.
CheckReferenceValidityPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
CheckReferenceValidityPass.php
Processes the ContainerBuilder to validate References.
InlineServiceDefinitionsPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
InlineServiceDefinitionsPass.php
Processes the ContainerBuilder for inline service definitions.
MergeExtensionConfigurationPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
MergeExtensionConfigurationPass.php
You can modify the container here before it is dumped to PHP code.
RegisterAccessChecksPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterAccessChecksPass.php
Implements CompilerPassInterface::process().
RegisterKernelListenersPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterKernelListenersPass.php
You can modify the container here before it is dumped to PHP code.
RegisterMatchersPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterMatchersPass.php
Adds services tagged 'chained_matcher' to the 'matcher' service.
RegisterNestedMatchersPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterNestedMatchersPass.php
Adds services tagged 'nested_matcher' to the tagged_matcher service.
RegisterSerializationClassesPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterSerializationClassesPass.php
Adds services to the Serializer.
RemoveAbstractDefinitionsPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
RemoveAbstractDefinitionsPass.php
Removes abstract definitions from the ContainerBuilder
RemovePrivateAliasesPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
RemovePrivateAliasesPass.php
Removes private aliases from the ContainerBuilder
RemoveUnusedDefinitionsPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
RemoveUnusedDefinitionsPass.php
Processes the ContainerBuilder to remove unused definitions.
RepeatedPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
RepeatedPass.php
Process the repeatable passes that run more than once.
ReplaceAliasByActualDefinitionPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
ReplaceAliasByActualDefinitionPass.php
Process the Container to replace aliases with service definitions.
ResolveDefinitionTemplatesPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
ResolveDefinitionTemplatesPass.php
Process the ContainerBuilder to replace DefinitionDecorator instances with their real Definition instances.
ResolveInvalidReferencesPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
ResolveInvalidReferencesPass.php
Process the ContainerBuilder to resolve invalid references.
ResolveParameterPlaceHoldersPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
ResolveParameterPlaceHoldersPass.php
Processes the ContainerBuilder to resolve parameter placeholders.
ResolveReferencesToAliasesPass::process
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Compiler/
ResolveReferencesToAliasesPass.php
Processes the ContainerBuilder to replace references to aliases with actual service references.