JeremyKendall\Password\PasswordValidatorInterface::getOptions PHP Méthode

getOptions() public méthode

Gets options for password_hash function
public getOptions ( ) : array
Résultat array password_hash options
    public function getOptions();

Usage Example

 /**
  * {@inheritDoc}
  */
 public function getOptions()
 {
     return $this->validator->getOptions();
 }