You are here

public function RuleInterface::getActions in RNG - Events and Registrations 8

Get actions for the rule.

Return value

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

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

File

src/RuleInterface.php, line 53

Class

RuleInterface
Provides an interface for event rule entities.

Namespace

Drupal\rng

Code

public function getActions();