You are here

protected property Registration::$identities_unsaved in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/Registration.php \Drupal\rng\Entity\Registration::identities_unsaved
  2. 8 src/Entity/Registration.php \Drupal\rng\Entity\Registration::identities_unsaved

Internal cache of identities to associate with this rule when it is saved.

Type: \Drupal\Core\Entity\EntityInterface

File

src/Entity/Registration.php, line 72

Class

Registration
Defines the registration entity class.

Namespace

Drupal\rng\Entity

Code

protected $identities_unsaved = [];