You are here

public function EventTypeRuleInterface::setAction in RNG - Events and Registrations 8

Set an action configuration.

Parameters

$name: A action plugin instance ID.

$configuration: The action plugin configuration

Return value

$this The event type rule.

1 method overrides EventTypeRuleInterface::setAction()
EventTypeRule::setAction in src/Entity/EventTypeRule.php
Set an action configuration.

File

src/EventTypeRuleInterface.php, line 95

Class

EventTypeRuleInterface

Namespace

Drupal\rng

Code

public function setAction($name, $configuration);