You are here

public function UserInterface::getPassword in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/UserInterface.php \Drupal\user\UserInterface::getPassword()

Returns the hashed password.

Return value

string The hashed password.

1 method overrides UserInterface::getPassword()
User::getPassword in core/modules/user/src/Entity/User.php
Returns the hashed password.

File

core/modules/user/src/UserInterface.php, line 65
Contains \Drupal\user\UserInterface.

Class

UserInterface
Provides an interface defining a user entity.

Namespace

Drupal\user

Code

public function getPassword();