You are here

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

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

The operation executed on this entity.

Type: string|null

File

src/RngOperationRecord.php, line 15

Class

RngOperationRecord
Stores operations executed on an entity during a request.

Namespace

Drupal\rng

Code

protected $operation;