You are here

public function FilterDependencyConfigEntityEvent::getWrapper in Dependency Calculation 8

Get the wrapper of the entity we are considering calculating.

Return value

\Drupal\depcalc\DependentEntityWrapper The entity wrapper for calculation.

File

src/Event/FilterDependencyConfigEntityEvent.php, line 43

Class

FilterDependencyConfigEntityEvent
Class FilterDependencyConfigEntityEvent

Namespace

Drupal\depcalc\Event

Code

public function getWrapper() {
  return $this->wrapper;
}