function RulesTriggerableInterface::removeEvent
Same name in other branches
- 8.x-3.x src/Core/RulesTriggerableInterface.php \Drupal\rules\Core\RulesTriggerableInterface::removeEvent()
Removes an event from the rule configuration.
Parameters
string $event_name: The name of the (configured) event to remove.
Return value
RulesTriggerableInterface The object instance itself, to allow chaining.
1 method overrides RulesTriggerableInterface::removeEvent()
- RulesReactionRule::removeEvent in includes/
rules.plugins.inc - Implements RulesTriggerableInterface::removeEvent().
File
-
includes/
rules.core.inc, line 1964
Class
- RulesTriggerableInterface
- Interface for objects that are triggerable.
Code
public function removeEvent($event_name);