events.inc |
file |
modules/events.inc |
Invokes events on behalf core modules. |
hook_rules_event_info |
function |
./rules.api.php |
Define rules events. |
hook_rules_event_info_alter |
function |
./rules.api.php |
Alter rules events. |
hook_rules_event_set_alter |
function |
./rules.api.php |
Alters event sets. |
rules.event.inc |
file |
includes/rules.event.inc |
Contains event handler interface and base classes. |
RulesAdminMinimalProfileTestCase::testNodeEventUi |
function |
rules_admin/tests/rules_admin_minimal_profile.test |
Tests node event UI without content types. |
RulesCommentEventHandler |
class |
modules/comment.rules.inc |
Event handler support comment bundle event settings. |
RulesCommentEventHandler::getBundlePropertyLabel |
function |
modules/comment.rules.inc |
Returns the label to use for the bundle property. |
RulesEntityController::storeEvents |
function |
includes/rules.core.inc |
Save event information to the rules_trigger table. |
RulesEventDefaultHandler |
class |
includes/rules.event.inc |
A handler for events having no settings. This is the default handler. |
RulesEventDefaultHandler::buildForm |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::buildForm(). |
RulesEventDefaultHandler::getDefaults |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getDefaults(). |
RulesEventDefaultHandler::getEventNameSuffix |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getConfiguredEventName(). |
RulesEventDefaultHandler::getSettings |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getSettings(). |
RulesEventDefaultHandler::summary |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::summary(). |
RulesEventDispatcherInterface |
interface |
includes/rules.event.inc |
Interface for event dispatchers. |
RulesEventDispatcherInterface::isWatching |
function |
includes/rules.event.inc |
Returns whether the event dispatcher is currently active. |
RulesEventDispatcherInterface::startWatching |
function |
includes/rules.event.inc |
Starts the event watcher. |
RulesEventDispatcherInterface::stopWatching |
function |
includes/rules.event.inc |
Stops the event watcher. |
RulesEventDispatcherTestCase |
class |
tests/rules.test |
Tests event dispatcher functionality. |
RulesEventDispatcherTestCase::getInfo |
function |
tests/rules.test |
Declares test metadata. |
RulesEventDispatcherTestCase::setUp |
function |
tests/rules.test |
Overrides DrupalWebTestCase::setUp(). |
RulesEventDispatcherTestCase::testStartAndStop |
function |
tests/rules.test |
Tests start and stop functionality. |
RulesEventDispatcherTestCase::testStartAndStopMultiple |
function |
tests/rules.test |
Tests start and stop functionality when used with multiple events. |
RulesEventHandlerBase |
class |
includes/rules.event.inc |
Base class for event handler. |
RulesEventHandlerBase::$eventInfo |
property |
includes/rules.event.inc |
The event info. |
RulesEventHandlerBase::$eventName |
property |
includes/rules.event.inc |
The event name. |
RulesEventHandlerBase::$settings |
property |
includes/rules.event.inc |
The event settings. |
RulesEventHandlerBase::availableVariables |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::availableVariables(). |
RulesEventHandlerBase::extractFormValues |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::extractFormValues(). |
RulesEventHandlerBase::getEventInfo |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getEventInfo(). |
RulesEventHandlerBase::getEventName |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getEventName(). |
RulesEventHandlerBase::getSettings |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::getSettings(). |
RulesEventHandlerBase::setSettings |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::setSettings(). |
RulesEventHandlerBase::validate |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::validate(). |
RulesEventHandlerBase::__construct |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::__construct(). |
RulesEventHandlerEntityBundle |
class |
includes/rules.event.inc |
Exposes the bundle of an entity as event setting. |
RulesEventHandlerEntityBundle::$bundleKey |
property |
includes/rules.event.inc |
|
RulesEventHandlerEntityBundle::$entityInfo |
property |
includes/rules.event.inc |
|
RulesEventHandlerEntityBundle::$entityType |
property |
includes/rules.event.inc |
|
RulesEventHandlerEntityBundle::availableVariables |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::availableVariables(). |
RulesEventHandlerEntityBundle::buildForm |
function |
includes/rules.event.inc |
Implements RulesEventHandlerInterface::buildForm(). |
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. |