JeremyKendall\Password\PasswordValidatorInterface::getOptions PHP Method

getOptions() public method

Gets options for password_hash function
public getOptions ( ) : array
return array password_hash options
    public function getOptions();

Usage Example

コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function getOptions()
 {
     return $this->validator->getOptions();
 }