public function User::getSessionData

Returns the session data.

Return value

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

Overrides AccountInterface::getSessionData

File

drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php, line 264
Definition of Drupal\user\Plugin\Core\Entity\User.

Class

User
Defines the user entity class.

Namespace

Drupal\user\Plugin\Core\Entity

Code

public function getSessionData() {
  return array();
}