You are here

protected property RngOperationRecord::$entityId in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/RngOperationRecord.php \Drupal\rng\RngOperationRecord::entityId
  2. 8 src/RngOperationRecord.php \Drupal\rng\RngOperationRecord::entityId

The entity ID.

Type: string|null

File

src/RngOperationRecord.php, line 29

Class

RngOperationRecord
Stores operations executed on an entity during a request.

Namespace

Drupal\rng

Code

protected $entityId;