You are here

public function PassConfig::getBeforeRemovingPasses in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/PassConfig.php \Symfony\Component\DependencyInjection\Compiler\PassConfig::getBeforeRemovingPasses()

Gets all passes for the BeforeRemoving pass.

@api

Return value

array An array of passes

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/PassConfig.php, line 144

Class

PassConfig
Compiler Pass Configuration.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getBeforeRemovingPasses() {
  return $this->beforeRemovingPasses;
}