Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AccountEvents.php

class AccountEvents

Defines events for the account system.

Hierarchy

  • class \Drupal\Core\Session\AccountEvents

Expanded class hierarchy of AccountEvents

See also

\Drupal\Core\Session\AccountSetEvent

1 file declares its use of AccountEvents
TimeZoneResolver.php in core/modules/system/src/TimeZoneResolver.php

File

core/lib/Drupal/Core/Session/AccountEvents.php, line 10

Namespace

Drupal\Core\Session
View source
final class AccountEvents {
    
    /**
     * 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.
     *
     * @Event
     *
     * @see \Drupal\Core\Session\AccountSetEvent
     * @see \Drupal\Core\Session\AccountProxyInterface::setAccount()
     *
     * @var string
     */
    const SET_USER = 'account.set';

}

Members

Title Sort descending Modifiers Object type Summary
AccountEvents::SET_USER constant Name of the event fired when the current user is set.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal