public function AccountInterface::getSessionData

Returns the session data.

Return value

array Array with the session data that belongs to this object.

3 methods override AccountInterface::getSessionData()
User::getSessionData in drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php
Returns the session data.
UserBCDecorator::getSessionData in drupal/core/modules/user/lib/Drupal/user/UserBCDecorator.php
Returns the session data.
UserSession::getSessionData in drupal/core/lib/Drupal/Core/Session/UserSession.php
Returns the session data.

File

drupal/core/lib/Drupal/Core/Session/AccountInterface.php, line 56
Contains \Drupal\Core\Session\AccountInterface.

Class

AccountInterface
Defines an account interface which represents the current user.

Namespace

Drupal\Core\Session

Code

public function getSessionData();