You are here

public function RulesTriggerableInterface::removeEvent in Rules 7.2

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 1949
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesTriggerableInterface
Interface for objects that are triggerable.

Code

public function removeEvent($event_name);