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
RulesDataUIListText::getDefaultMode function ui/ui.data.inc Overrides RulesDataUI::getDefaultMode().
RulesDataUIListText::inputForm function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::inputForm().
RulesDataUIListText::render function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::render().
RulesDataUIListToken class ui/ui.data.inc UI for lists of tokens.
RulesDataUIListToken::inputForm function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::inputForm().
RulesDataUITaxonomyVocabulary class ui/ui.data.inc UI for taxonomy vocabularies.
RulesDataUITaxonomyVocabulary::getDefaultMode function ui/ui.data.inc Overrides RulesDataUI::getDefaultMode().
RulesDataUITaxonomyVocabulary::optionsList function ui/ui.data.inc Implements RulesDataInputOptionsListInterface::optionsList().
RulesDataUIText class ui/ui.data.inc UI for textual data.
RulesDataUIText::getDefaultMode function ui/ui.data.inc Overrides RulesDataUI::getDefaultMode().
RulesDataUIText::inputForm function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::inputForm().
RulesDataUIText::render function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::render().
RulesDataUITextFormatted class ui/ui.data.inc UI for formatted text.
RulesDataUITextFormatted::inputForm function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::inputForm().
RulesDataUITextFormatted::render function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::render().
RulesDataUITextToken class ui/ui.data.inc UI for text tokens.
RulesDataUITextToken::inputForm function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::inputForm().
RulesDataUIURI class ui/ui.data.inc UI for the URI type parameter.
RulesDataUIURI::inputForm function ui/ui.data.inc Implements RulesDataDirectInputFormInterface::inputForm().
RulesDataWrapperSavableInterface interface includes/rules.state.inc Used to declare custom wrapper classes as saveable.
RulesDataWrapperSavableInterface::save function includes/rules.state.inc Save the currently wrapped data.
RulesDateInputEvaluator class modules/rules_core.eval.inc A class implementing a rules input evaluator processing date input.
RulesDateInputEvaluator::DATE_REGEX_LOOSE constant modules/rules_core.eval.inc
RulesDateInputEvaluator::evaluate function modules/rules_core.eval.inc Overrides RulesDataInputEvaluator::evaluate().
RulesDateInputEvaluator::gmstrtotime function modules/rules_core.eval.inc Convert a time string to a GMT (UTC) unix timestamp.
RulesDateInputEvaluator::isFixedDateString function modules/rules_core.eval.inc Determine whether the given date string specifies a fixed date.
RulesDateInputEvaluator::prepare function modules/rules_core.eval.inc Overrides RulesDataInputEvaluator::prepare().
RulesDateOffsetProcessor class modules/rules_core.eval.inc A data processor for applying date offsets.
RulesDateOffsetProcessor::applyOffset function modules/rules_core.eval.inc Intelligently applies the given date offset in seconds.
RulesDateOffsetProcessor::form function modules/rules_core.eval.inc Overrides RulesDataProcessor::form().
RulesDateOffsetProcessor::process function modules/rules_core.eval.inc Overrides RulesDataProcessor::process().
RulesDependencyException class includes/rules.core.inc An exception that is thrown for missing module dependencies.
RulesElementMap class ui/ui.core.inc Helper object for mapping elements to ids.
RulesElementMap::$configuration property ui/ui.core.inc
RulesElementMap::$counter property ui/ui.core.inc
RulesElementMap::$index property ui/ui.core.inc
RulesElementMap::getUnIndexedElements function ui/ui.core.inc
RulesElementMap::index function ui/ui.core.inc Makes sure each element has an assigned id.
RulesElementMap::lookup function ui/ui.core.inc Looks up the element with the given id.
RulesElementMap::__construct function ui/ui.core.inc Constructor.
RulesEntityController class includes/rules.core.inc Make sure loaded rule configs are instantiated right.
RulesEntityController::applyConditions function includes/rules.core.inc Override to support having events and tags as conditions.
RulesEntityController::attachLoad function includes/rules.core.inc Overridden.
RulesEntityController::buildQuery function includes/rules.core.inc Overridden to support tags and events in $conditions.
RulesEntityController::create function includes/rules.core.inc Overridden.
RulesEntityController::delete function includes/rules.core.inc Overridden to also delete tags and events.
RulesEntityController::import function includes/rules.core.inc Overridden to work with Rules' custom export format.
RulesEntityController::save function includes/rules.core.inc
RulesEntityController::storeDependencies function includes/rules.core.inc
RulesEntityController::storeEvents function includes/rules.core.inc Save event information to the rules_trigger table.