public function InvalidateDependenciesEvent::__construct in Dependency Calculation 8
InvalidateDependenciesEvent constructor.
Parameters
\Drupal\depcalc\DependentEntityWrapperInterface[] $wrappers:
File
- src/
Event/ InvalidateDependenciesEvent.php, line 21
Class
Namespace
Drupal\depcalc\EventCode
public function __construct(array $wrappers) {
$this->wrappers = $wrappers;
}