You are here

protected property RngOperationRecord::$entityTypeId in RNG - Events and Registrations 8.2

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

The entity type ID.

Type: string|null

File

src/RngOperationRecord.php, line 22

Class

RngOperationRecord
Stores operations executed on an entity during a request.

Namespace

Drupal\rng

Code

protected $entityTypeId;