You are here

abstract public function RulesPlugin::executeByArgs in Rules 7.2

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 610
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesPlugin
Base class for rules plugins.

Code

public abstract function executeByArgs($args = array());