You are here

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

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

Get conditions for the rule.

Return value

\Drupal\rng\Entity\RuleComponentInterface[] An array of action entities.

1 method overrides RuleInterface::getConditions()
Rule::getConditions in src/Entity/Rule.php
Get conditions for the rule.

File

src/Entity/RuleInterface.php, line 61

Class

RuleInterface
Provides an interface for event rule entities.

Namespace

Drupal\rng\Entity

Code

public function getConditions();