public function CalculateEntityDependenciesEvent::getWrapper in Dependency Calculation 8
Get the dependency wrapper of the entity.
Return value
\Drupal\depcalc\DependentEntityWrapperInterface The wrapper.
File
- src/
Event/ CalculateEntityDependenciesEvent.php, line 47
Class
- CalculateEntityDependenciesEvent
- The event dispatched to calculate dependencies.
Namespace
Drupal\depcalc\EventCode
public function getWrapper() {
return $this->wrapper;
}