46 methods override CompilerPassInterface::process() in Zircon Profile 8
- AddClassesToCachePass::process in vendor/
symfony/ http-kernel/ DependencyInjection/ AddClassesToCachePass.php - You can modify the container here before it is dumped to PHP code.
- AnalyzeServiceReferencesPass::process in vendor/
symfony/ dependency-injection/ Compiler/ AnalyzeServiceReferencesPass.php - Processes a ContainerBuilder object to populate the service reference graph.
- AutoAliasServicePass::process in vendor/
symfony/ dependency-injection/ Compiler/ AutoAliasServicePass.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().
- 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.
- CheckExceptionOnInvalidReferenceBehaviorPass::process in vendor/
symfony/ dependency-injection/ Compiler/ CheckExceptionOnInvalidReferenceBehaviorPass.php - You can modify the container here before it is dumped to PHP code.
- CheckReferenceValidityPass::process in vendor/
symfony/ dependency-injection/ Compiler/ CheckReferenceValidityPass.php - Processes the ContainerBuilder to validate References.
- ContextProvidersPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ ContextProvidersPass.php - Passes the service IDs of all context providers to the context repository.
- DecoratorServicePass::process in vendor/
symfony/ dependency-injection/ Compiler/ DecoratorServicePass.php - You can modify the container here before it is dumped to PHP code.
- DependencySerializationTraitPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ DependencySerializationTraitPass.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.
- GuzzleMiddlewarePass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ GuzzleMiddlewarePass.php - You can modify the container here before it is dumped to PHP code.
- InlineServiceDefinitionsPass::process in vendor/
symfony/ dependency-injection/ Compiler/ InlineServiceDefinitionsPass.php - Processes the ContainerBuilder for inline service definitions.
- ListCacheBinsPass::process in core/
lib/ Drupal/ Core/ Cache/ ListCacheBinsPass.php - Implements CompilerPassInterface::process().
- 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 - Implements CompilerPassInterface::process().
- RegisterEntityResolversCompilerPass::process in core/
modules/ serialization/ src/ RegisterEntityResolversCompilerPass.php - Adds services to the Serializer.
- RegisterEventSubscribersPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ RegisterEventSubscribersPass.php - You can modify the container here before it is dumped to PHP code.
- RegisterLazyRouteEnhancers::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ RegisterLazyRouteEnhancers.php - You can modify the container here before it is dumped to PHP code.
- RegisterLazyRouteFilters::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ RegisterLazyRouteFilters.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.
- RegisterRouteEnhancersPass::process in vendor/
symfony-cmf/ routing/ DependencyInjection/ Compiler/ RegisterRouteEnhancersPass.php - You can modify the container here before it is dumped to PHP code.
- RegisterRoutersPass::process in vendor/
symfony-cmf/ routing/ DependencyInjection/ Compiler/ RegisterRoutersPass.php - You can modify the container here before it is dumped to PHP code.
- RegisterSerializationClassesCompilerPass::process in core/
modules/ serialization/ src/ RegisterSerializationClassesCompilerPass.php - Adds services to the Serializer.
- 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.
- RemovePrivateAliasesPass::process in vendor/
symfony/ dependency-injection/ Compiler/ RemovePrivateAliasesPass.php - Removes private aliases from the ContainerBuilder.
- RemoveUnusedDefinitionsPass::process in vendor/
symfony/ dependency-injection/ Compiler/ RemoveUnusedDefinitionsPass.php - Processes the ContainerBuilder to remove unused definitions.
- RepeatedPass::process in vendor/
symfony/ dependency-injection/ Compiler/ RepeatedPass.php - Process the repeatable passes that run more than once.
- ReplaceAliasByActualDefinitionPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ReplaceAliasByActualDefinitionPass.php - Process the Container to replace aliases with service definitions.
- ResolveDefinitionTemplatesPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveDefinitionTemplatesPass.php - Process the ContainerBuilder to replace DefinitionDecorator instances with their real Definition instances.
- ResolveInvalidReferencesPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveInvalidReferencesPass.php - Process the ContainerBuilder to resolve invalid references.
- ResolveParameterPlaceHoldersPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveParameterPlaceHoldersPass.php - Processes the ContainerBuilder to resolve parameter placeholders.
- ResolveReferencesToAliasesPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveReferencesToAliasesPass.php - Processes the ContainerBuilder to replace references to aliases with actual service references.
- 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.
- TaggedHandlersPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ TaggedHandlersPass.php - Finds services tagged with 'service_collector', then finds all corresponding tagged services and adds a method call for each to the consuming/collecting service definition.
- TwigExtensionPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ TwigExtensionPass.php - You can modify the container here before it is dumped to PHP code.