Search for events

  1. Search 8.x-3.x for events
  2. Other projects
Title Object type File name Summary
events.inc file modules/events.inc Invokes events on behalf core modules.
RulesEntityController::storeEvents function includes/rules.core.inc Save event information to the rules_trigger table.
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
RulesReactionRule::$events property includes/rules.plugins.inc
RulesReactionRule::$eventSettings property includes/rules.plugins.inc
RulesReactionRule::events function includes/rules.plugins.inc Implements RulesTriggerableInterface::events().
RulesReactionRule::getEventSettings function includes/rules.plugins.inc Implements RulesTriggerableInterface::getEventSettings().
RulesTriggerableInterface::events function includes/rules.core.inc Returns the array of (configured) event names associated with this object.
RulesTriggerableInterface::getEventSettings function includes/rules.core.inc Gets the event settings associated with the given (configured) event.
RulesTriggerTestCase::testEventSettings function tests/rules.test Tests creating and triggering a reaction rule with event settings.
rules_events_entity_unchanged function modules/events.inc Gets an unchanged entity that doesn't contain any recent changes.
rules_events_node_variables function modules/node.rules.inc Returns some parameter suitable for using it with a node.