public function RepeatedPass::getPasses

Returns the passes

Return value

array An array of RepeatablePassInterface objects

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php, line 76

Class

RepeatedPass
A pass that might be run repeatedly.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getPasses() {
  return $this->passes;
}