You are here

public function EventTypeRuleInterface::removeAction in RNG - Events and Registrations 8.2

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

Remove an action configuration.

Parameters

$name: A action plugin instance ID.

Return value

$this The event type rule.

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

File

src/Entity/EventTypeRuleInterface.php, line 120

Class

EventTypeRuleInterface

Namespace

Drupal\rng\Entity

Code

public function removeAction($name);