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);
Please login to continue.