function RulesAbstractPlugin::executeCallback
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 1714
Class
- RulesAbstractPlugin
- Defines a common base class for so-called "Abstract Plugins" like actions.
Code
protected abstract function executeCallback(array $args, RulesState $state = NULL);