You are here

public function RuleInterface::getActions 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::getActions()

Get actions for the rule.

Return value

\Drupal\rng\Entity\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/Entity/RuleInterface.php, line 53

Class

RuleInterface
Provides an interface for event rule entities.

Namespace

Drupal\rng\Entity

Code

public function getActions();