public function RepeatedPass::getPasses in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Compiler/RepeatedPass.php \Symfony\Component\DependencyInjection\Compiler\RepeatedPass::getPasses()
Returns the passes.
Return value
RepeatablePassInterface[] An array of RepeatablePassInterface objects
File
- vendor/
symfony/ dependency-injection/ Compiler/ RepeatedPass.php, line 84
Class
- RepeatedPass
- A pass that might be run repeatedly.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getPasses() {
return $this->passes;
}