final class AccountEvents (View source)

Defines events for the account system.

Constants

SET_USER

Name of the event fired when the current user is set.

This event allows modules to perform an action whenever the current user is set. The event listener receives an \Drupal\Core\Session\AccountSetEvent instance.