RulesNodeConditionType::getInfo |
function |
modules/node.eval.inc |
Defines the condition. |
RulesNodeEventHandler |
class |
modules/node.rules.inc |
Event handler support node bundle event settings. |
RulesNodeEventHandler::getBundlePropertyLabel |
function |
modules/node.rules.inc |
Returns the label to use for the bundle property. |
RulesNumericOffsetProcessor |
class |
modules/rules_core.eval.inc |
A data processor for applying numerical offsets. |
RulesNumericOffsetProcessor::form |
function |
modules/rules_core.eval.inc |
Overrides RulesDataProcessor::form(). |
RulesNumericOffsetProcessor::process |
function |
modules/rules_core.eval.inc |
Overrides RulesDataProcessor::process(). |
RulesOptimizationInterface |
interface |
includes/rules.core.inc |
Interface for optimizing evaluation. |
RulesOptimizationInterface::optimize |
function |
includes/rules.core.inc |
Optimizes a rule configuration in order to speed up evaluation. |
RulesOr |
class |
includes/rules.plugins.inc |
A logical OR. |
RulesOr::$itemName |
property |
includes/rules.plugins.inc |
|
RulesOr::evaluate |
function |
includes/rules.plugins.inc |
Evaluate the element on a given rules evaluation state. |
RulesOr::label |
function |
includes/rules.plugins.inc |
Returns the label of the element. |
RulesOr::stateVariables |
function |
includes/rules.plugins.inc |
Overrides RulesContainerPlugin::stateVariables(). |
RulesPHPDataProcessor |
class |
modules/php.eval.inc |
A data processor using PHP. |
RulesPHPDataProcessor::editAccess |
function |
modules/php.eval.inc |
Overrides RulesDataProcessor::editAccess(). |
RulesPHPDataProcessor::form |
function |
modules/php.eval.inc |
Overrides RulesDataProcessor::form(). |
RulesPHPDataProcessor::process |
function |
modules/php.eval.inc |
Overrides RulesDataProcessor::process(). |
RulesPHPEvaluator |
class |
modules/php.eval.inc |
A class implementing a rules input evaluator processing PHP. |
RulesPHPEvaluator::editAccess |
function |
modules/php.eval.inc |
Overrides RulesDataProcessor::editAccess(). |
RulesPHPEvaluator::evaluate |
function |
modules/php.eval.inc |
Evaluates PHP code contained in $text. |
RulesPHPEvaluator::getUsedVars |
function |
modules/php.eval.inc |
Helper function to find variables in PHP code. |
RulesPHPEvaluator::help |
function |
modules/php.eval.inc |
Overrides RulesDataInputEvaluator::help(). |
RulesPHPEvaluator::prepare |
function |
modules/php.eval.inc |
Overrides RulesDataInputEvaluator::prepare(). |
RulesPlugin |
class |
includes/rules.core.inc |
Base class for rules plugins. |
RulesPlugin::$availableVariables |
property |
includes/rules.core.inc |
Static cache for availableVariables(). |
RulesPlugin::$cache |
property |
includes/rules.core.inc |
|
RulesPlugin::$elementId |
property |
includes/rules.core.inc |
Identifies an element inside a configuration. |
RulesPlugin::$hook |
property |
includes/rules.core.inc |
|
RulesPlugin::$id |
property |
includes/rules.core.inc |
If this is a configuration saved to the db, the id of it. |
RulesPlugin::$info |
property |
includes/rules.core.inc |
Info about this element. Usage depends on the plugin. |
RulesPlugin::$name |
property |
includes/rules.core.inc |
|
RulesPlugin::$parent |
property |
includes/rules.core.inc |
The parent element, if any. |
RulesPlugin::$settings |
property |
includes/rules.core.inc |
An array of settings for this element. |
RulesPlugin::$weight |
property |
includes/rules.core.inc |
|
RulesPlugin::access |
function |
includes/rules.core.inc |
Whether the currently logged in user has access to all configured elements. |
RulesPlugin::applyDataSelector |
function |
includes/rules.core.inc |
Applies the given data selector. |
RulesPlugin::availableVariables |
function |
includes/rules.core.inc |
Returns info about variables available to be used as arguments for this element. |
RulesPlugin::checkParameterSettings |
function |
includes/rules.core.inc |
Checks whether parameters are correctly configured. |
RulesPlugin::checkVarName |
function |
includes/rules.core.inc |
|
RulesPlugin::compare |
function |
includes/rules.core.inc |
|
RulesPlugin::delete |
function |
includes/rules.core.inc |
Deletes configuration from database. |
RulesPlugin::dependencies |
function |
includes/rules.core.inc |
Calculates an array of required modules. |
RulesPlugin::depth |
function |
includes/rules.core.inc |
Returns the depth of this element in the configuration. |
RulesPlugin::destroy |
function |
includes/rules.core.inc |
Removes circular object references so PHP garbage collector can work. |
RulesPlugin::elementId |
function |
includes/rules.core.inc |
Returns the element id, which identifies the element inside the config. |
RulesPlugin::elementMap |
function |
includes/rules.core.inc |
Gets the element map helper object, which helps mapping elements to ids. |
RulesPlugin::elements |
function |
includes/rules.core.inc |
Iterate over all elements nested below the current element. |
RulesPlugin::ensureNameExists |
function |
includes/rules.core.inc |
Ensure the configuration has a name. If not, generate one. |
RulesPlugin::entityInfo |
function |
includes/rules.core.inc |
|
RulesPlugin::entityType |
function |
includes/rules.core.inc |
|