You are here

public function DependentEntityWrapper::getId in Dependency Calculation 8

The id of the entity.

Return value

int|null|string

Overrides DependentEntityWrapperInterface::getId

File

src/DependentEntityWrapper.php, line 130

Class

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

Namespace

Drupal\depcalc

Code

public function getId() {
  return $this->id;
}