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
Rule::$label property includes/rules.plugins.inc
Rule::access function includes/rules.plugins.inc Whether the currently logged in user has access to all configured elements.
Rule::actions function includes/rules.plugins.inc Gets an iterator over all contained actions.
Rule::condition function includes/rules.plugins.inc Adds a condition.
Rule::conditionContainer function includes/rules.plugins.inc Returns the "And" condition container, which contains all conditions of
this rule.
Rule::conditions function includes/rules.plugins.inc Gets an iterator over all contained conditions.
Rule::delete function includes/rules.plugins.inc Overridden to ensure the whole Rule is deleted at once.
Rule::dependencies function includes/rules.plugins.inc Calculates an array of required modules.
Rule::destroy function includes/rules.plugins.inc Removes circular object references so PHP garbage collector can work.
Rule::evaluate function includes/rules.plugins.inc Evaluate, whereas by default new vars are visible in the parent's scope.
Rule::exportChildren function includes/rules.plugins.inc
Rule::exportFlat function includes/rules.plugins.inc Determines whether the element should be exported in flat style.
Rule::exportToArray function includes/rules.plugins.inc
Rule::fire function includes/rules.plugins.inc Fires the rule, i.e. evaluates the rule without checking its conditions.
Rule::getIterator function includes/rules.plugins.inc
Rule::import function includes/rules.plugins.inc Applies the given export.
Rule::importChildren function includes/rules.plugins.inc
Rule::integrityCheck function includes/rules.plugins.inc Makes sure the plugin is configured right.
Rule::providesVariables function includes/rules.plugins.inc Overridden to expose the variables of all actions for embedded rules.
Rule::resetInternalCache function includes/rules.plugins.inc Resets any internal static caches.
Rule::sortChildren function includes/rules.plugins.inc Sorts all child elements by their weight.
Rule::stateVariables function includes/rules.plugins.inc Returns available state variables for an element.
Rule::variableInfoAssertions function includes/rules.plugins.inc Overrides RulesPlugin::variableInfoAssertions().
Rule::__clone function includes/rules.plugins.inc By default we do a deep clone.
Rule::__construct function includes/rules.plugins.inc
Rule::__sleep function includes/rules.plugins.inc
Rules module integrations. group ./rules.api.php Module integrations with the rules module.
Rules' hooks group ./rules.api.php Hooks that can be implemented by other modules in order to extend rules.
rules.api.php file ./rules.api.php Documentation for hooks provided by the Rules API.
rules.core.inc file includes/rules.core.inc Rules base classes and interfaces needed for any rule evaluation.
rules.drush.inc file ./rules.drush.inc Rules module drush integration.
rules.event.inc file includes/rules.event.inc Contains event handler interface and base classes.
rules.features.inc file ./rules.features.inc Provides Features integration for the Rules module.
rules.info file ./rules.info name = Rules
description = React on events and conditionally evaluate actions.
package = Rules
core = 7.x
files[] = rules.features.inc
files[] = includes/faces.inc
files[] = includes/rules.core.inc
files[] = includes/rules.event.inc
files[] =…
rules.install file ./rules.install Rules - Installation file.
rules.module file ./rules.module Rules engine module.
rules.plugins.inc file includes/rules.plugins.inc Contains plugin info and implementations not needed for rule evaluation.
rules.processor.inc file includes/rules.processor.inc Contains classes for data processing.
rules.rules.inc file ./rules.rules.inc Includes any rules integration provided by the module.
rules.state.inc file includes/rules.state.inc Contains the state and data related stuff.
rules.test file tests/rules.test Rules tests.
rules.ui-rtl.css file ui/rules.ui-rtl.css Right-to-Left stylesheet for the Rules module.
rules.ui.css file ui/rules.ui.css Stylesheet for the Rules module.
rules.ui.seven-rtl.css file ui/rules.ui.seven-rtl.css Right-to-Left jQuery Rules UI stylesheet fix for the Seven theme.
rules.ui.seven.css file ui/rules.ui.seven.css JQuery Rules UI stylesheet fix for the Seven theme.
rules.upgrade.inc file includes/rules.upgrade.inc Contains code for upgrading rule configurations from 6.x-1.x to 7.x-2.x.
RulesAbstractPlugin class includes/rules.core.inc Defines a common base class for so-called "Abstract Plugins" like actions.
RulesAbstractPlugin::$elementName property includes/rules.core.inc
RulesAbstractPlugin::$info property includes/rules.core.inc Info about this element. Usage depends on the plugin.
RulesAbstractPlugin::$infoLoaded property includes/rules.core.inc