public function EventTypeRuleInterface::removeAction in RNG - Events and Registrations 8
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/
EventTypeRuleInterface.php, line 117
Class
Namespace
Drupal\rngCode
public function removeAction($name);