Search for rule

  1. Search 8.x-3.x for rule
  2. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Rule class includes/rules.plugins.inc An actual rule.
rule function ./rules.module Creates a new rule.

All search results

Title Object type File name Summary
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
RulesPlugin::evaluate function includes/rules.core.inc Evaluate the element on a given rules evaluation state.
RulesPlugin::execute function includes/rules.core.inc Execute the configuration.
RulesPlugin::executeByArgs function includes/rules.core.inc Execute the configuration by passing arguments in a single array.
RulesPlugin::export function includes/rules.core.inc Exports a rule configuration.
RulesPlugin::exportParameterSetting function includes/rules.core.inc
RulesPlugin::exportSettings function includes/rules.core.inc
RulesPlugin::exportToArray function includes/rules.core.inc
RulesPlugin::form function includes/rules.core.inc Seamlessly invokes the method implemented via faces.
RulesPlugin::form_submit function includes/rules.core.inc