interface RepeatablePassInterface

Interface that must be implemented by passes that are run as part of an RepeatedPass.

@author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of RepeatablePassInterface

All classes that implement RepeatablePassInterface

File

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

Namespace

Symfony\Component\DependencyInjection\Compiler
View source
interface RepeatablePassInterface extends CompilerPassInterface {

  /**
   * Sets the RepeatedPass interface.
   *
   * @param RepeatedPass $repeatedPass
   */
  public function setRepeatedPass(RepeatedPass $repeatedPass);

}

Members

Namesort descending Modifiers Type Description Overrides
CompilerPassInterface::process public function You can modify the container here before it is dumped to PHP code. 22
RepeatablePassInterface::setRepeatedPass public function Sets the RepeatedPass interface. 3