You are here

public function EventTypeRuleInterface::getConditions in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/EventTypeRuleInterface.php \Drupal\rng\Entity\EventTypeRuleInterface::getConditions()

Get all condition plugin configurations.

Return value

array

1 method overrides EventTypeRuleInterface::getConditions()
EventTypeRule::getConditions in src/Entity/EventTypeRule.php
Get all condition plugin configurations.

File

src/Entity/EventTypeRuleInterface.php, line 45

Class

EventTypeRuleInterface

Namespace

Drupal\rng\Entity

Code

public function getConditions();