You are here

interface RepeatablePassInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php \Symfony\Component\DependencyInjection\Compiler\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

vendor/symfony/dependency-injection/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. 46
RepeatablePassInterface::setRepeatedPass public function Sets the RepeatedPass interface. 3