Returns the passes
Return value
RepeatablePassInterface[] An array of RepeatablePassInterface objects
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php, line 84
Class
- RepeatedPass
- A pass that might be run repeatedly.
Namespace
Symfony\Component\DependencyInjection\Compiler
Code
public function getPasses() {
return $this->passes;
}