protected property Rule::$components_unsaved in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/Entity/Rule.php \Drupal\rng\Entity\Rule::components_unsaved
- 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\Entity\RuleComponentInterface[]
See also
\Drupal\rng\Entity\RuleInterface->addComponent()
File
- src/
Entity/ Rule.php, line 42
Class
- Rule
- Defines the event rule entity.
Namespace
Drupal\rng\EntityCode
protected $components_unsaved = [];