You are here

public function RngOperationRecord::getEntityId in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 8 src/RngOperationRecord.php \Drupal\rng\RngOperationRecord::getEntityId()
  2. 3.x src/RngOperationRecord.php \Drupal\rng\RngOperationRecord::getEntityId()

Get the entity ID.

Return value

string|null Get the entity ID, or NULL if not set.

File

src/RngOperationRecord.php, line 85

Class

RngOperationRecord
Stores operations executed on an entity during a request.

Namespace

Drupal\rng

Code

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