You are here

protected property RngEntityModel::$operationRecords in RNG - Events and Registrations 3.x

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

Record operations for relevant RNG entities.

These operations are acted on during request termination.

Type: \Drupal\rng\RngOperationRecord[]

File

src/RngEntityModel.php, line 68

Class

RngEntityModel
Enforces RNG model relationships.

Namespace

Drupal\rng

Code

protected $operationRecords = [];