function PassConfig::getBeforeRemovingPasses
Gets all passes for the BeforeRemoving pass.
Return value
1 call to PassConfig::getBeforeRemovingPasses()
- PassConfig::getPasses in vendor/
symfony/ dependency-injection/ Compiler/ PassConfig.php - Returns all passes in order to be processed.
File
-
vendor/
symfony/ dependency-injection/ Compiler/ PassConfig.php, line 168
Class
- PassConfig
- Compiler Pass Configuration.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getBeforeRemovingPasses() : array {
return $this->sortPasses($this->beforeRemovingPasses);
}