function RulesPluginImplInterface::execute
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 2103
Class
- RulesPluginImplInterface
- Interface used for implementing an abstract plugin via Faces.
Code
public function execute();