interface PasswordHasherAwareInterface

Methods

string|null
getPasswordHasherName()

Gets the name of the password hasher used to hash the password.

Details

string|null getPasswordHasherName()

Gets the name of the password hasher used to hash the password.

If the method returns null, the standard way to retrieve the password hasher will be used instead.

Return Value

string|null