public function EventTypeRuleInterface::removeAction in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 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
Namespace
Drupal\rng\EntityCode
public function removeAction($name);