You are here

protected property Rule::$components_unsaved in RNG - Events and Registrations 8

Same name and namespace in other branches
  1. 8.2 src/Entity/Rule.php \Drupal\rng\Entity\Rule::components_unsaved
  2. 3.x src/Entity/Rule.php \Drupal\rng\Entity\Rule::components_unsaved

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

Type: \Drupal\rng\RuleComponentInterface[]

See also

\Drupal\rng\RuleInterface->addComponent()

File

src/Entity/Rule.php, line 44

Class

Rule
Defines the event rule entity.

Namespace

Drupal\rng\Entity

Code

protected $components_unsaved = [];