public UserInterface::getPassword()
Returns the hashed password.
Return value
string The hashed password.
File
- core/modules/user/src/UserInterface.php, line 60
Class
- UserInterface
- Provides an interface defining a user entity.
Namespace
Drupal\user
Code
1 | public function getPassword(); |
Please login to continue.