You are here

public function DependentEntityWrapper::getEntityTypeId in Dependency Calculation 8

The entity type id.

Return value

string

Overrides DependentEntityWrapperInterface::getEntityTypeId

1 call to DependentEntityWrapper::getEntityTypeId()
DependentEntityWrapper::getEntity in src/DependentEntityWrapper.php
Get the entity for which we are collecting dependencies.

File

src/DependentEntityWrapper.php, line 144

Class

DependentEntityWrapper
An entity wrapper class for finding and tracking dependencies of an entity.

Namespace

Drupal\depcalc

Code

public function getEntityTypeId() {
  return $this->entityTypeId;
}