You are here

public function EntityStub::getEntityId in Better Normalizers 8

Gets value of entity_id.

Return value

mixed Value of entity_id

File

src/Normalizer/EntityStub.php, line 53

Class

EntityStub
Defines a value object to track an entity type and ID pair.

Namespace

Drupal\better_normalizers\Normalizer

Code

public function getEntityId() {
  return $this->entityId;
}