Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
CompilerPassInterface.php
»
CompilerPassInterface
»
CompilerPassInterface::process
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
30 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.
ListCacheBinsPass::process
in drupal/
core/
lib/
Drupal/
Core/
Cache/
ListCacheBinsPass.php
Implements CompilerPassInterface::process().
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().
RegisterEntityResolversCompilerPass::process
in drupal/
core/
modules/
serialization/
lib/
Drupal/
serialization/
RegisterEntityResolversCompilerPass.php
Adds services to the Serializer.
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.
RegisterListenersPass::process
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
DependencyInjection/
RegisterListenersPass.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.
RegisterParamConvertersPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterParamConvertersPass.php
Adds services tagged with "paramconverter" to the param converter service.
RegisterPathProcessorsPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterPathProcessorsPass.php
Adds services tagged 'path_processor_inbound' to the path processor manager.
RegisterRouteEnhancersPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterRouteEnhancersPass.php
Adds services tagged with "route_enhancer" to the router.
RegisterRouteFiltersPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterRouteFiltersPass.php
Adds services tagged 'nested_matcher' to the tagged_matcher service.
RegisterSerializationClassesCompilerPass::process
in drupal/
core/
modules/
serialization/
lib/
Drupal/
serialization/
RegisterSerializationClassesCompilerPass.php
Adds services to the Serializer.
RegisterServicesForDestructionPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterServicesForDestructionPass.php
Implements
\Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process
().
RegisterStringTranslatorsPass::process
in drupal/
core/
lib/
Drupal/
Core/
DependencyInjection/
Compiler/
RegisterStringTranslatorsPass.php
You can modify the container here before it is dumped to PHP code.
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.