class UpdateCompilerPass implements CompilerPassInterface (View source)

Removes services with unmet dependencies.

Updates can install new modules that add services that existing services now depend on. This compiler pass allows the update system to work in such cases.

Methods

process(ContainerBuilder $container)

{@inheritdoc}

Details

process(ContainerBuilder $container)

{@inheritdoc}

Parameters

ContainerBuilder $container