You are here

public function InvalidateDependenciesEvent::__construct in Dependency Calculation 8

InvalidateDependenciesEvent constructor.

Parameters

\Drupal\depcalc\DependentEntityWrapperInterface[] $wrappers:

File

src/Event/InvalidateDependenciesEvent.php, line 21

Class

InvalidateDependenciesEvent

Namespace

Drupal\depcalc\Event

Code

public function __construct(array $wrappers) {
  $this->wrappers = $wrappers;
}