public function RulesAbstractPluginDefaults::execute in Rules 7.2
Executes the action or condition making use of the parameters as specified.
Overrides RulesPluginImplInterface::execute
File
- includes/
rules.core.inc, line 2166 - Rules base classes and interfaces needed for any rule evaluation.
Class
- RulesAbstractPluginDefaults
- Provides default implementations of all RulesPluginImplInterface methods.
Code
public function execute() {
throw new RulesEvaluationException($this->object
->getPluginName() . ": Execution implementation is missing.", array(), $this->object, RulesLog::ERROR);
}