public function ForcePasswordChangeServiceInterface::getNonPendingUsersForRole 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::getNonPendingUsersForRole()
* Retrieve the user accounts of users in the role who do not have a pending forced * password change. * *
Parameters
string $rid: * The Role ID of the role for which users without a pending forced password change should * be retrieved.
1 method overrides ForcePasswordChangeServiceInterface::getNonPendingUsersForRole()
File
- src/
Service/ ForcePasswordChangeServiceInterface.php, line 123
Class
Namespace
Drupal\force_password_change\ServiceCode
public function getNonPendingUsersForRole($rid);