class RemoveUnusedDefinitionsPass

Removes unused service definitions from the container.

@author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of RemoveUnusedDefinitionsPass

1 file declares its use of RemoveUnusedDefinitionsPass

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php, line 21

Namespace

Symfony\Component\DependencyInjection\Compiler
View source

Members

Namesort descending Modifiers Type Description Overrides
RemoveUnusedDefinitionsPass::$repeatedPass private property
RemoveUnusedDefinitionsPass::process public function Processes the ContainerBuilder to remove unused definitions. Overrides CompilerPassInterface::process
RemoveUnusedDefinitionsPass::setRepeatedPass public function Sets the RepeatedPass interface. Overrides RepeatablePassInterface::setRepeatedPass