Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| path.eval.inc | file | modules/ |
Contains rules integration for the path module needed during evaluation. |
| path.rules.inc | file | modules/ |
Rules integration for the path module. |
| php.eval.inc | file | modules/ |
Contains rules integration for the php module needed during evaluation. |
| php.rules.inc | file | modules/ |
Rules integration for the php module. |
| README.txt | file | ./ |
-------------------------------------------------------------------------------- Rules -------------------------------------------------------------------------------- Maintainers: * Wolfgang Ziegler (fago),… |
| rule | function | ./ |
Creates a new rule. |
| Rule | class | includes/ |
An actual rule. |
| Rule::$conditions | property | includes/ |
|
| Rule::$itemName | property | includes/ |
|
| Rule::$label | property | includes/ |
|
| Rule::access | function | includes/ |
Whether the currently logged in user has access to all configured elements. |
| Rule::actions | function | includes/ |
Gets an iterator over all contained actions. |
| Rule::condition | function | includes/ |
Adds a condition. |
| Rule::conditionContainer | function | includes/ |
Returns the "And" condition container, which contains all conditions of this rule. |
| Rule::conditions | function | includes/ |
Gets an iterator over all contained conditions. |
| Rule::delete | function | includes/ |
Overridden to ensure the whole Rule is deleted at once. |
| Rule::dependencies | function | includes/ |
Calculates an array of required modules. |
| Rule::destroy | function | includes/ |
Removes circular object references so PHP garbage collector can work. |
| Rule::evaluate | function | includes/ |
Evaluate, whereas by default new vars are visible in the parent's scope. |
| Rule::exportChildren | function | includes/ |
|
| Rule::exportFlat | function | includes/ |
Determines whether the element should be exported in flat style. |
| Rule::exportToArray | function | includes/ |
|
| Rule::fire | function | includes/ |
Fires the rule, i.e. evaluates the rule without checking its conditions. |
| Rule::getIterator | function | includes/ |
|
| Rule::import | function | includes/ |
Applies the given export. |
| Rule::importChildren | function | includes/ |
|
| Rule::integrityCheck | function | includes/ |
Makes sure the plugin is configured right. |
| Rule::providesVariables | function | includes/ |
Overridden to expose the variables of all actions for embedded rules. |
| Rule::resetInternalCache | function | includes/ |
Resets any internal static caches. |
| Rule::sortChildren | function | includes/ |
Sorts all child elements by their weight. |
| Rule::stateVariables | function | includes/ |
Returns available state variables for an element. |
| Rule::variableInfoAssertions | function | includes/ |
Overrides RulesPlugin::variableInfoAssertions(). |
| Rule::__clone | function | includes/ |
By default we do a deep clone. |
| Rule::__construct | function | includes/ |
|
| Rule::__sleep | function | includes/ |
|
| Rules module integrations. | group | ./ |
Module integrations with the rules module. |
| Rules' hooks | group | ./ |
Hooks that can be implemented by other modules in order to extend rules. |
| rules.api.php | file | ./ |
Documentation for hooks provided by the Rules API. |
| rules.core.inc | file | includes/ |
|
| rules.drush.inc | file | ./ |
Rules module drush integration. |
| rules.event.inc | file | includes/ |
Contains event handler interface and base classes. |
| rules.features.inc | file | ./ |
Provides Features integration for the Rules module. |
| rules.info | file | ./ |
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 - Installation file. |
| rules.module | file | ./ |
|
| rules.plugins.inc | file | includes/ |
Contains plugin info and implementations not needed for rule evaluation. |
| rules.processor.inc | file | includes/ |
Contains classes for data processing. |
| rules.rules.inc | file | ./ |
|
| rules.state.inc | file | includes/ |
Contains the state and data related stuff. |
| rules.test | file | tests/ |
Rules tests. |
Pagination
- Previous page
- Page 2
- Next page