function hook_rules_config_execute
Respond to rules configuration execution.
This hook is invoked right before the rules configuration is executed.
Parameters
RulesPlugin $config: The rules configuration that is being executed.
Related topics
4 invocations of hook_rules_config_execute()
- 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.
- RulesEventSet::executeByArgs in includes/
rules.plugins.inc - Executes container with the given arguments.
- rules_element_invoke_component in modules/
rules_core.eval.inc - Action and condition callback: Invokes a rules component.
File
-
./
rules.api.php, line 849
Code
function hook_rules_config_execute($config) {
}