| RulesEventHandlerEntityBundle::extractFormValues |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::extractFormValues(). |
| RulesEventHandlerEntityBundle::getBundlePropertyLabel |
function |
includes/rules.event.inc |
Returns the label to use for the bundle property. |
| RulesEventHandlerEntityBundle::getDefaults |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getDefaults(). |
| RulesEventHandlerEntityBundle::getEventNameSuffix |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getConfiguredEventName(). |
| RulesEventHandlerEntityBundle::summary |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::summary(). |
| RulesEventHandlerEntityBundle::validate |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::validate(). |
| RulesEventHandlerEntityBundle::__construct |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::__construct(). |
| RulesEventHandlerInterface |
interface |
includes/rules.event.inc |
Interface for handling rules events. |
| RulesEventHandlerInterface::availableVariables |
function |
includes/rules.event.inc |
Returns info about the variables provided by this event. |
| RulesEventHandlerInterface::buildForm |
function |
includes/rules.event.inc |
Builds the event settings form. |
| RulesEventHandlerInterface::extractFormValues |
function |
includes/rules.event.inc |
Extract the form values and update the event settings. |
| RulesEventHandlerInterface::getDefaults |
function |
includes/rules.event.inc |
Returns an array of default settings. |
| RulesEventHandlerInterface::getEventInfo |
function |
includes/rules.event.inc |
Returns the info array of the event the event handler belongs to. |
| RulesEventHandlerInterface::getEventName |
function |
includes/rules.event.inc |
Returns the base name of the event the event handler belongs to. |
| RulesEventHandlerInterface::getEventNameSuffix |
function |
includes/rules.event.inc |
Returns the suffix to be added to the base event named based upon settings. |
| RulesEventHandlerInterface::getSettings |
function |
includes/rules.event.inc |
Gets the event settings. |
| RulesEventHandlerInterface::setSettings |
function |
includes/rules.event.inc |
Sets the event settings. |
| RulesEventHandlerInterface::summary |
function |
includes/rules.event.inc |
Returns a user-facing summary of the settings. |
| RulesEventHandlerInterface::validate |
function |
includes/rules.event.inc |
Validate the event settings independent from a form submission. |
| RulesEventHandlerInterface::__construct |
function |
includes/rules.event.inc |
Constructs the event handler. |
| RulesEventSet |
class |
includes/rules.plugins.inc |
This class is used for caching the rules to be evaluated per event. |
| RulesEventSet::$itemName |
property |
includes/rules.plugins.inc |
|
| RulesEventSet::$recursion |
property |
includes/rules.plugins.inc |
Event sets may recurse as we block recursions on rule-level. |
| RulesEventSet::executeByArgs |
function |
includes/rules.plugins.inc |
Executes container with the given arguments. |
| RulesEventSet::rebuildEventCache |
function |
includes/rules.plugins.inc |
Rebuilds the event cache. |
| RulesEventSet::save |
function |
includes/rules.plugins.inc |
Do not save since this class is for caching purposes only. |
| RulesEventSet::stateVariables |
function |
includes/rules.plugins.inc |
Returns available state variables for an element. |
| RulesEventSet::__construct |
function |
includes/rules.plugins.inc |
|
| RulesException |
class |
includes/rules.core.inc |
A base exception class for Rules. |
| RulesExtendable |
class |
includes/rules.core.inc |
Base class for RulesExtendables. |
| RulesExtendable::$cache |
property |
includes/rules.core.inc |
|
| RulesExtendable::$hook |
property |
includes/rules.core.inc |
The name of the info definitions associated with info about this class. |
| RulesExtendable::$itemInfo |
property |
includes/rules.core.inc |
|
| RulesExtendable::$itemName |
property |
includes/rules.core.inc |
The name of the item this class represents in the info hook. |
| RulesExtendable::facesAs |
function |
includes/rules.core.inc |
|
| RulesExtendable::forceSetUp |
function |
includes/rules.core.inc |
Forces the object to be setUp, this executes setUp() if not done yet. |
| RulesExtendable::itemFacesAs |
function |
includes/rules.core.inc |
Returns whether the a RuleExtendable supports the given interface. |
| RulesExtendable::rebuildCache |
function |
includes/rules.core.inc |
Allows items to add something to the rules cache. |
| RulesExtendable::setUp |
function |
includes/rules.core.inc |
|
| RulesExtendable::__call |
function |
includes/rules.core.inc |
Magic method: Invoke the dynamically implemented methods. |
| RulesExtendable::__construct |
function |
includes/rules.core.inc |
|
| RulesFeaturesController |
class |
./rules.features.inc |
Controller handling the features integration. |
| RulesFeaturesController::api |
function |
./rules.features.inc |
Defines the result for hook_features_api(). |
| RulesFeaturesController::export |
function |
./rules.features.inc |
Generates the result for hook_features_export(). |
| RulesI18nStringController |
class |
rules_i18n/rules_i18n.i18n.inc |
Rules i18n integration controller. |
| RulesI18nStringController::hook_object_info |
function |
rules_i18n/rules_i18n.i18n.inc |
Overridden to customize i18n object info. |
| RulesI18nStringController::menuBasePath |
function |
rules_i18n/rules_i18n.i18n.inc |
Provide the menu base path. We can provide only one though. |
| RulesI18nStringController::menuWildcard |
function |
rules_i18n/rules_i18n.i18n.inc |
Overridden to customize the used menu wildcard. |
| RulesI18nStringEvaluator |
class |
rules_i18n/rules_i18n.rules.inc |
A class implementing a rules input evaluator processing tokens. |
| RulesI18nStringEvaluator::access |
function |
rules_i18n/rules_i18n.rules.inc |
Access callback. |