| RulesPluginUIInterface::operations |
function |
ui/ui.core.inc |
Returns ui operations for this element. |
| RulesReactionRule |
class |
includes/rules.plugins.inc |
Represents rules getting triggered by events. |
| RulesReactionRule::$events |
property |
includes/rules.plugins.inc |
|
| RulesReactionRule::$eventSettings |
property |
includes/rules.plugins.inc |
|
| RulesReactionRule::$itemName |
property |
includes/rules.plugins.inc |
|
| RulesReactionRule::access |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::availableVariables |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::dependencies |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::evaluate |
function |
includes/rules.plugins.inc |
Reaction rules can't add variables to the parent scope, so clone $state. |
| RulesReactionRule::event |
function |
includes/rules.plugins.inc |
Implements RulesTriggerableInterface::event(). |
| RulesReactionRule::events |
function |
includes/rules.plugins.inc |
Implements RulesTriggerableInterface::events(). |
| RulesReactionRule::exportChildren |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::getEventSettings |
function |
includes/rules.plugins.inc |
Implements RulesTriggerableInterface::getEventSettings(). |
| RulesReactionRule::importChildren |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::integrityCheck |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::optimize |
function |
includes/rules.plugins.inc |
Overrides optimize(). |
| RulesReactionRule::parameterInfo |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::providesVariables |
function |
includes/rules.plugins.inc |
|
| RulesReactionRule::removeEvent |
function |
includes/rules.plugins.inc |
Implements RulesTriggerableInterface::removeEvent(). |
| RulesReactionRule::__sleep |
function |
includes/rules.plugins.inc |
|
| RulesReactionRuleUI |
class |
ui/ui.plugins.inc |
Reaction rule specific UI. |
| RulesReactionRuleUI::form |
function |
ui/ui.plugins.inc |
Implements RulesPluginUIInterface::form(). |
| RulesReactionRuleUI::settingsForm |
function |
ui/ui.plugins.inc |
Adds the configuration settings form (label, tags, description, ..). |
| RulesReactionRuleUI::settingsFormExtractValues |
function |
ui/ui.plugins.inc |
|
| RulesRecursiveElementIterator |
class |
includes/rules.core.inc |
A RecursiveIterator for rule elements. |
| RulesRecursiveElementIterator::getChildren |
function |
includes/rules.core.inc |
#[\ReturnTypeWillChange] |
| RulesRecursiveElementIterator::hasChildren |
function |
includes/rules.core.inc |
#[\ReturnTypeWillChange] |
| RulesRuleSet |
class |
includes/rules.plugins.inc |
A set of rules to execute upon defined variables. |
| RulesRuleSet::$itemName |
property |
includes/rules.plugins.inc |
|
| RulesRuleSet::exportChildren |
function |
includes/rules.plugins.inc |
|
| RulesRuleSet::importChildren |
function |
includes/rules.plugins.inc |
|
| RulesRuleSet::rule |
function |
includes/rules.plugins.inc |
|
| RulesRuleSetUI |
class |
ui/ui.plugins.inc |
Rule set specific UI. |
| RulesRuleSetUI::form |
function |
ui/ui.plugins.inc |
Implements RulesPluginUIInterface::form(). |
| RulesRuleUI |
class |
ui/ui.plugins.inc |
Rule specific UI. |
| RulesRuleUI::$conditions |
property |
ui/ui.plugins.inc |
|
| RulesRuleUI::$rule |
property |
ui/ui.plugins.inc |
|
| RulesRuleUI::form |
function |
ui/ui.plugins.inc |
Implements RulesPluginUIInterface::form(). |
| RulesRuleUI::form_extract_values |
function |
ui/ui.plugins.inc |
Applies the values of the form to the rule configuration. |
| RulesRuleUI::operations |
function |
ui/ui.plugins.inc |
Implements RulesPluginUIInterface. |
| RulesRuleUI::__construct |
function |
ui/ui.plugins.inc |
Constructs a RulesRuleUI object. |
| RulesSchedulerDefaultTaskHandler |
class |
rules_scheduler/includes/rules_scheduler.handler.inc |
Default scheduled task handler. |
| RulesSchedulerDefaultTaskHandler::$task |
property |
rules_scheduler/includes/rules_scheduler.handler.inc |
The task array. |
| RulesSchedulerDefaultTaskHandler::afterTaskQueued |
function |
rules_scheduler/includes/rules_scheduler.handler.inc |
Implements RulesSchedulerTaskHandlerInterface::afterTaskQueued(). |
| RulesSchedulerDefaultTaskHandler::getTask |
function |
rules_scheduler/includes/rules_scheduler.handler.inc |
Implements RulesSchedulerTaskHandlerInterface::getTask(). |
| RulesSchedulerDefaultTaskHandler::runTask |
function |
rules_scheduler/includes/rules_scheduler.handler.inc |
Implements RulesSchedulerTaskHandlerInterface::runTask(). |
| RulesSchedulerDefaultTaskHandler::__construct |
function |
rules_scheduler/includes/rules_scheduler.handler.inc |
Constructs a repetitive task handler object. |
| RulesSchedulerTaskHandlerInterface |
interface |
rules_scheduler/includes/rules_scheduler.handler.inc |
Interface for scheduled task handlers. |
| RulesSchedulerTaskHandlerInterface::afterTaskQueued |
function |
rules_scheduler/includes/rules_scheduler.handler.inc |
Processes a task after it has been queued. |
| RulesSchedulerTaskHandlerInterface::getTask |
function |
rules_scheduler/includes/rules_scheduler.handler.inc |
Returns the task associated with the task handler. |