function AbstractRecursivePass::enableExpressionProcessing
2 calls to AbstractRecursivePass::enableExpressionProcessing()
- AnalyzeServiceReferencesPass::__construct in vendor/
symfony/ dependency-injection/ Compiler/ AnalyzeServiceReferencesPass.php - RemoveUnusedDefinitionsPass::process in vendor/
symfony/ dependency-injection/ Compiler/ RemoveUnusedDefinitionsPass.php - Processes the ContainerBuilder to remove unused definitions.
File
-
vendor/
symfony/ dependency-injection/ Compiler/ AbstractRecursivePass.php, line 51
Class
- AbstractRecursivePass
- @author Nicolas Grekas <p@tchwork.com>
Namespace
Symfony\Component\DependencyInjection\CompilerCode
protected function enableExpressionProcessing() : void {
$this->processExpressions = true;
}