You are here

protected property CalculateEntityDependenciesEvent::$wrapper in Dependency Calculation 8

The wrapper of the entity for which we are calculating dependencies.

Type: \Drupal\depcalc\DependentEntityWrapperInterface

File

src/Event/CalculateEntityDependenciesEvent.php, line 19

Class

CalculateEntityDependenciesEvent
The event dispatched to calculate dependencies.

Namespace

Drupal\depcalc\Event

Code

protected $wrapper;