public function PasswordPolicy::getPasswordReset in Password Policy 8.3
Return the password reset setting from the policy.
Return value
int The number of days between password resets.
File
- src/
Entity/ PasswordPolicy.php, line 130
Class
- PasswordPolicy
- Defines a Password Policy configuration entity class.
Namespace
Drupal\password_policy\EntityCode
public function getPasswordReset() {
return $this->password_reset;
}