UserInterface::setExistingPassword

public UserInterface::setExistingPassword($password)

Sets the existing plain text password.

Required for validation when changing the password, name or email fields.

Parameters

string $password: The existing plain text password of the user.

Return value

$this

File

core/modules/user/src/UserInterface.php, line 172

Class

UserInterface
Provides an interface defining a user entity.

Namespace

Drupal\user

Code

public function setExistingPassword($password);
doc_Drupal
2016-10-29 09:52:35
Comments
Leave a Comment

Please login to continue.