public function EventTypeRule::getConditions in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getConditions()
- 8 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getConditions()
Get all condition plugin configurations.
Return value
array
Overrides EventTypeRuleInterface::getConditions
File
- src/
Entity/ EventTypeRule.php, line 99
Class
- EventTypeRule
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
public function getConditions() {
return $this->conditions;
}