You are here

public function DependentEntityWrapperInterface::getEntity in Dependency Calculation 8

Get the entity for which we are collecting dependencies.

Return value

\Drupal\Core\Entity\EntityInterface

1 method overrides DependentEntityWrapperInterface::getEntity()
DependentEntityWrapper::getEntity in src/DependentEntityWrapper.php
Get the entity for which we are collecting dependencies.

File

src/DependentEntityWrapperInterface.php, line 15

Class

DependentEntityWrapperInterface
Interface DependentEntityWrapperInterface.

Namespace

Drupal\depcalc

Code

public function getEntity();