You are here

public function PassConfig::getBeforeRemovingPasses in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Compiler/PassConfig.php \Symfony\Component\DependencyInjection\Compiler\PassConfig::getBeforeRemovingPasses()

Gets all passes for the BeforeRemoving pass.

Return value

array An array of passes

File

vendor/symfony/dependency-injection/Compiler/PassConfig.php, line 133

Class

PassConfig
Compiler Pass Configuration.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

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