You are here

public function InvalidateDependenciesEvent::getWrappers in Dependency Calculation 8

Return value

\Drupal\depcalc\DependentEntityWrapperInterface[]

File

src/Event/InvalidateDependenciesEvent.php, line 28

Class

InvalidateDependenciesEvent

Namespace

Drupal\depcalc\Event

Code

public function getWrappers() : array {
  return $this->wrappers;
}