You are here

public function EventTypeRuleInterface::setAction in RNG - Events and Registrations 3.x

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

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/Entity/EventTypeRuleInterface.php, line 98

Class

EventTypeRuleInterface

Namespace

Drupal\rng\Entity

Code

public function setAction($name, $configuration);