public function ForcePasswordChangeServiceInterface::getLastChangeForRole in Force Password Change 8
Same name and namespace in other branches
- 2.0.x src/Service/ForcePasswordChangeServiceInterface.php \Drupal\force_password_change\Service\ForcePasswordChangeServiceInterface::getLastChangeForRole()
* Get the last time at which a role was forced to change passwords for all users. * *
Parameters
string $rid: * The Role ID of the role to be checked. * * @return int * A UNIX timestamp representing the last time all uses in the role were forced to * change their passwords.
1 method overrides ForcePasswordChangeServiceInterface::getLastChangeForRole()
File
- src/
Service/ ForcePasswordChangeServiceInterface.php, line 53
Class
Namespace
Drupal\force_password_change\ServiceCode
public function getLastChangeForRole($rid);