public function InvalidateDependenciesEvent::getWrappers in Dependency Calculation 8
Return value
\Drupal\depcalc\DependentEntityWrapperInterface[]
File
- src/
Event/ InvalidateDependenciesEvent.php, line 28
Class
Namespace
Drupal\depcalc\EventCode
public function getWrappers() : array {
return $this->wrappers;
}