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

Breadcrumb

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

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.
AddEventAliasesPass::process in vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php
You can modify the container here before it is dumped to PHP code.
AddExpressionLanguageProvidersPass::process in vendor/symfony/routing/DependencyInjection/AddExpressionLanguageProvidersPass.php
You can modify the container here before it is dumped to PHP code.
AddMimeTypeGuesserPass::process in vendor/symfony/mime/DependencyInjection/AddMimeTypeGuesserPass.php
You can modify the container here before it is dumped to PHP code.
AddValidatorInitializersPass::process in vendor/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php
You can modify the container here before it is dumped to PHP code.
AuthenticationProviderPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php
You can modify the container here before it is dumped to PHP code.
AutoAliasServicePass::process in vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php
You can modify the container here before it is dumped to PHP code.
AutowireAsDecoratorPass::process in vendor/symfony/dependency-injection/Compiler/AutowireAsDecoratorPass.php
You can modify the container here before it is dumped to PHP code.
BackendCompilerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
You can modify the container here before it is dumped to PHP code.
CacheContextsPass::process in core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php
Implements CompilerPassInterface::process().
CheckAliasValidityPass::process in vendor/symfony/dependency-injection/Compiler/CheckAliasValidityPass.php
You can modify the container here before it is dumped to PHP code.
CheckCircularReferencesPass::process in vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php
Checks the ContainerBuilder object for circular references.
CheckDefinitionValidityPass::process in vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php
Processes the ContainerBuilder to validate the Definition.
ControllerArgumentValueResolverPass::process in vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php
You can modify the container here before it is dumped to PHP code.
CorsCompilerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php
You can modify the container here before it is dumped to PHP code.
DeprecatedServicePass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php
You can modify the container here before it is dumped to PHP code.
DevelopmentSettingsPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/DevelopmentSettingsPass.php
You can modify the container here before it is dumped to PHP code.
ExtensionCompilerPass::process in vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php
You can modify the container here before it is dumped to PHP code.
FragmentRendererPass::process in vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php
You can modify the container here before it is dumped to PHP code.
HookCollectorPass::process in core/lib/Drupal/Core/Hook/HookCollectorPass.php
You can modify the container here before it is dumped to PHP code.
ListCacheBinsPass::process in core/lib/Drupal/Core/Cache/ListCacheBinsPass.php
Implements CompilerPassInterface::process().
LoggerAwarePass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/LoggerAwarePass.php
You can modify the container here before it is dumped to PHP code.
LoggerPass::process in vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php
You can modify the container here before it is dumped to PHP code.
MainContentRenderersPass::process in core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php
Collects the available main content renderer service IDs into the main_content_renderers parameter, keyed by format.
MergeExtensionConfigurationPass::process in vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php
You can modify the container here before it is dumped to PHP code.
ModifyServiceDefinitionsPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php
You can modify the container here before it is dumped to PHP code.
PluginManagerPass::process in core/lib/Drupal/Core/Plugin/PluginManagerPass.php
You can modify the container here before it is dumped to PHP code.
ProxyServicesPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
You can modify the container here before it is dumped to PHP code.
RegisterAccessChecksPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
You can modify the container here before it is dumped to PHP code.
RegisterAutoconfigureAttributesPass::process in vendor/symfony/dependency-injection/Compiler/RegisterAutoconfigureAttributesPass.php
You can modify the container here before it is dumped to PHP code.
RegisterControllerArgumentLocatorsPass::process in vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php
You can modify the container here before it is dumped to PHP code.
RegisterEntityResolversCompilerPass::process in core/modules/serialization/src/RegisterEntityResolversCompilerPass.php
Adds services to the Serializer.
RegisterEnvVarProcessorsPass::process in vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php
You can modify the container here before it is dumped to PHP code.
RegisterEventSubscribersPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
You can modify the container here before it is dumped to PHP code.
RegisterListenersPass::process in vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
You can modify the container here before it is dumped to PHP code.
RegisterLocaleAwareServicesPass::process in vendor/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php
You can modify the container here before it is dumped to PHP code.
RegisterReverseContainerPass::process in vendor/symfony/dependency-injection/Compiler/RegisterReverseContainerPass.php
You can modify the container here before it is dumped to PHP code.
RegisterSerializationClassesCompilerPass::process in core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
You can modify the container here before it is dumped to PHP code.
RegisterServicesForDestructionPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php
You can modify the container here before it is dumped to PHP code.
RegisterStreamWrappersPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
You can modify the container here before it is dumped to PHP code.
RemoveAbstractDefinitionsPass::process in vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php
Removes abstract definitions from the ContainerBuilder.
RemoveBuildParametersPass::process in vendor/symfony/dependency-injection/Compiler/RemoveBuildParametersPass.php
You can modify the container here before it is dumped to PHP code.
RemoveEmptyControllerArgumentLocatorsPass::process in vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php
You can modify the container here before it is dumped to PHP code.
RemovePrivateAliasesPass::process in vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php
Removes private aliases from the ContainerBuilder.
ResettableServicePass::process in vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php
You can modify the container here before it is dumped to PHP code.
ResolveClassPass::process in vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php
You can modify the container here before it is dumped to PHP code.
ResolveDecoratorStackPass::process in vendor/symfony/dependency-injection/Compiler/ResolveDecoratorStackPass.php
You can modify the container here before it is dumped to PHP code.
ResolveInstanceofConditionalsPass::process in vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php
You can modify the container here before it is dumped to PHP code.
ResolveInvalidReferencesPass::process in vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php
Process the ContainerBuilder to resolve invalid references.
RoutingResolverPass::process in vendor/symfony/routing/DependencyInjection/RoutingResolverPass.php
You can modify the container here before it is dumped to PHP code.
SerializerPass::process in vendor/symfony/serializer/DependencyInjection/SerializerPass.php
You can modify the container here before it is dumped to PHP code.
StackedKernelPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
You can modify the container here before it is dumped to PHP code.
StackedSessionHandlerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
You can modify the container here before it is dumped to PHP code.
SuperUserAccessPolicyPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php
You can modify the container here before it is dumped to PHP code.
TaggedHandlersPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php
Finds services tagged with 'service_collector' or 'service_id_collector', then finds all corresponding tagged services.
TwigExtensionPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
You can modify the container here before it is dumped to PHP code.
UpdateCompilerPass::process in core/lib/Drupal/Core/Update/UpdateCompilerPass.php
You can modify the container here before it is dumped to PHP code.
ValidateEnvPlaceholdersPass::process in vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php
You can modify the container here before it is dumped to PHP code.
RSS feed
Powered by Drupal