namespace Drupal\rules\Event
| Object name | File name | Summary |
|---|---|---|
| EntityEvent | src/Event/EntityEvent.php | Represent various entity events. |
| SystemCronEvent | src/Event/SystemCronEvent.php | Event that is fired when cron maintenance tasks are performed. |
| SystemLoggerEvent | src/Event/SystemLoggerEvent.php | Event that is fired when a logger-item is created. |
| UserLoginEvent | src/Event/UserLoginEvent.php | Event that is fired when a user logs in. |
| UserLogoutEvent | src/Event/UserLogoutEvent.php | Event that is fired when a user logs out. |