function RulesPlugin::executeByArgs
Execute the configuration by passing arguments in a single array.
1 call to RulesPlugin::executeByArgs()
- RulesPlugin::execute in includes/
rules.core.inc - Execute the configuration.
2 methods override RulesPlugin::executeByArgs()
- RulesAbstractPlugin::executeByArgs in includes/
rules.core.inc - Execute the configuration by passing arguments in a single array.
- RulesContainerPlugin::executeByArgs in includes/
rules.core.inc - Executes container with the given arguments.
File
-
includes/
rules.core.inc, line 611
Class
- RulesPlugin
- Base class for rules plugins.
Code
public abstract function executeByArgs($args = array());