You are here

public function RngOperationRecord::getEntityTypeId in RNG - Events and Registrations 8

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

Get the entity type ID.

Return value

string|NULL Gets the entity type ID, or NULL if not set.

File

src/RngOperationRecord.php, line 61

Class

RngOperationRecord
Stores operations executed on an entity during a request.

Namespace

Drupal\rng

Code

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