Search for event
Title | Object type | File name | Summary |
---|---|---|---|
EventPropertyAccessTest::testEventContextDefinition | function | tests/ |
Tests the event metadata to ensure that all properties may be accessed. |
EventPropertyAccessTest::testEventProperties | function | tests/ |
Tests that all event properties may be accessed. |
EventTestBase | class | tests/ |
Base class for testing Rules Event definitions. |
EventTestBase.php | file | tests/ |
|
EventTestBase::$eventManager | property | tests/ |
The Rules event plugin manager. |
EventTestBase::setUp | function | tests/ |
|
GenericEvent | class | tests/ |
A subclass of Symfony's GenericEvent. |
GenericEvent.php | file | tests/ |
|
GenericEvent::EVENT_NAME | constant | tests/ |
|
GenericEventSubscriber | class | src/ |
Subscribes to Symfony events and maps them to Rules events. |
GenericEventSubscriber.php | file | src/ |
|
GenericEventSubscriber::$componentRepository | property | src/ |
The component repository. |
GenericEventSubscriber::$entityTypeManager | property | src/ |
The entity type manager used for loading reaction rule config entities. |
GenericEventSubscriber::$eventManager | property | src/ |
The Rules event manager. |
GenericEventSubscriber::$rulesDebugLogger | property | src/ |
The rules debug logger channel. |
GenericEventSubscriber::getSubscribedEvents | function | src/ |
|
GenericEventSubscriber::onRulesEvent | function | src/ |
Reacts on the given event and invokes configured reaction rules. |
GenericEventSubscriber::__construct | function | src/ |
Constructor. |
GetterEvent | class | tests/ |
An Event that has getter methods defined for its properties. |
GetterEvent.php | file | tests/ |
|
GetterEvent::$privateProperty | property | tests/ |
A private property. |
GetterEvent::$protectedProperty | property | tests/ |
A protected property. |
GetterEvent::$publicProperty | property | tests/ |
A public property. |
GetterEvent::EVENT_NAME | constant | tests/ |
|
GetterEvent::privateGetter | function | tests/ |
Getter method for $publicProperty. |
GetterEvent::protectedGetter | function | tests/ |
Getter method for $protectedProperty. |
GetterEvent::publicGetter | function | tests/ |
Getter method for $publicProperty. |
PlainEvent | class | tests/ |
An Event that has properties but no explicit getter methods. |
PlainEvent.php | file | tests/ |
|
PlainEvent::$privateProperty | property | tests/ |
A private property. |
PlainEvent::$protectedProperty | property | tests/ |
A protected property. |
PlainEvent::$publicProperty | property | tests/ |
A public property. |
PlainEvent::EVENT_NAME | constant | tests/ |
|
plugin.manager.rules_event | service | ./ |
Drupal\rules\Core\RulesEventManager |
ReactionRuleConfig::$events | property | src/ |
The events this reaction rule is reacting on. |
ReactionRuleConfig::addEvent | function | src/ |
Adds an event to the rule configuration. |
ReactionRuleConfig::getEventNames | function | src/ |
Gets machine names of all events the rule is reacting on. |
ReactionRuleConfig::getEvents | function | src/ |
Gets configuration of all events the rule is reacting on. |
ReactionRuleConfig::hasEvent | function | src/ |
Returns if the rule is reacting on the given event. |
ReactionRuleConfig::removeEvent | function | src/ |
Removes an event from the rule configuration. |
ReactionRuleConfigTest::addEventDataProvider | function | tests/ |
Data provider for ::testAddEvent(). |
ReactionRuleConfigTest::testAddEvent | function | tests/ |
@covers ::addEvent @covers ::getEvents |
ReactionRuleConfigTest::testGetEventNames | function | tests/ |
@covers ::getEventNames |
ReactionRuleConfigTest::testGetEvents | function | tests/ |
@covers ::getEvents |
ReactionRuleConfigTest::testHasEvent | function | tests/ |
@covers ::hasEvent |
ReactionRuleConfigTest::testRemoveEvent | function | tests/ |
@covers ::removeEvent @covers ::getEvents |
ReactionRuleConfigTest::testRemoveEventWithKeyedIndex | function | tests/ |
@covers ::removeEvent @covers ::getEvents |
ReactionRuleEditForm::$eventManager | property | src/ |
The Rules event plugin manager. |
ReactionRuleStorage::$eventManager | property | src/ |
The event manager. |
ReactionRuleStorage::getRegisteredEvents | function | src/ |
Returns a list of event names that are used by active reaction rules. |
Pagination
- Previous page
- Page 3
- Next page