namespace Drupal\rules_test_event\Event
| Object name | File name | Summary |
|---|---|---|
| GenericEvent | tests/modules/rules_test_event/src/Event/GenericEvent.php | A subclass of Symfony's GenericEvent. |
| GetterEvent | tests/modules/rules_test_event/src/Event/GetterEvent.php | An Event that has getter methods defined for its properties. |
| PlainEvent | tests/modules/rules_test_event/src/Event/PlainEvent.php | An Event that has properties but no explicit getter methods. |