15 methods override AbstractRecursivePass::process()
- AliasDeprecatedPublicServicesPass::process in vendor/
symfony/ dependency-injection/ Compiler/ AliasDeprecatedPublicServicesPass.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.
- AttributeAutoconfigurationPass::process in vendor/
symfony/ dependency-injection/ Compiler/ AttributeAutoconfigurationPass.php - You can modify the container here before it is dumped to PHP code.
- AutowirePass::process in vendor/
symfony/ dependency-injection/ Compiler/ AutowirePass.php - You can modify the container here before it is dumped to PHP code.
- CheckExceptionOnInvalidReferenceBehaviorPass::process in vendor/
symfony/ dependency-injection/ Compiler/ CheckExceptionOnInvalidReferenceBehaviorPass.php - You can modify the container here before it is dumped to PHP code.
- DecoratorServicePass::process in vendor/
symfony/ dependency-injection/ Compiler/ DecoratorServicePass.php - You can modify the container here before it is dumped to PHP code.
- DefinitionErrorExceptionPass::process in vendor/
symfony/ dependency-injection/ Compiler/ DefinitionErrorExceptionPass.php - You can modify the container here before it is dumped to PHP code.
- InlineServiceDefinitionsPass::process in vendor/
symfony/ dependency-injection/ Compiler/ InlineServiceDefinitionsPass.php - You can modify the container here before it is dumped to PHP code.
- RemoveUnusedDefinitionsPass::process in vendor/
symfony/ dependency-injection/ Compiler/ RemoveUnusedDefinitionsPass.php - Processes the ContainerBuilder to remove unused definitions.
- ReplaceAliasByActualDefinitionPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ReplaceAliasByActualDefinitionPass.php - Process the Container to replace aliases with service definitions.
- ResolveBindingsPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveBindingsPass.php - You can modify the container here before it is dumped to PHP code.
- ResolveHotPathPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveHotPathPass.php - You can modify the container here before it is dumped to PHP code.
- ResolveNoPreloadPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveNoPreloadPass.php - You can modify the container here before it is dumped to PHP code.
- ResolveParameterPlaceHoldersPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveParameterPlaceHoldersPass.php - ResolveReferencesToAliasesPass::process in vendor/
symfony/ dependency-injection/ Compiler/ ResolveReferencesToAliasesPass.php - You can modify the container here before it is dumped to PHP code.