You are here

public function RulesPluginImplInterface::execute in Rules 7.2

Executes the action or condition making use of the parameters as specified.

1 method overrides RulesPluginImplInterface::execute()
RulesAbstractPluginDefaults::execute in includes/rules.core.inc
Executes the action or condition making use of the parameters as specified.

File

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

Class

RulesPluginImplInterface
Interface used for implementing an abstract plugin via Faces.

Code

public function execute();