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