You are here

abstract protected function RulesAbstractPlugin::executeCallback in Rules 7.2

Execute the configured execution callback and log that.

1 call to RulesAbstractPlugin::executeCallback()
RulesAbstractPlugin::evaluate in includes/rules.core.inc
Evaluate the element on a given rules evaluation state.
2 methods override RulesAbstractPlugin::executeCallback()
RulesAction::executeCallback in includes/rules.plugins.inc
Execute the callback and update/save data as specified by the action.
RulesCondition::executeCallback in includes/rules.plugins.inc
Execute the configured execution callback and log that.

File

includes/rules.core.inc, line 1703
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesAbstractPlugin
Defines a common base class for so-called "Abstract Plugins" like actions.

Code

protected abstract function executeCallback(array $args, RulesState $state = NULL);