public function ForcePasswordChangeMapperInterface::getNonPendingUserIds in Force Password Change 8
Same name and namespace in other branches
- 2.0.x src/Mapper/ForcePasswordChangeMapperInterface.php \Drupal\force_password_change\Mapper\ForcePasswordChangeMapperInterface::getNonPendingUserIds()
* Retrieve the User IDs of all users in the given role without a pending forced password change. * *
Parameters
boolean|string $rid: * The Role ID of the role to be checked. Set to FALSE to retrieve the UIDs of all * authenticated users. * * @return array * An array of User IDs for users in the given role who do not have a pending forced * password change.
1 method overrides ForcePasswordChangeMapperInterface::getNonPendingUserIds()
File
- src/
Mapper/ ForcePasswordChangeMapperInterface.php, line 125
Class
Namespace
Drupal\force_password_change\MapperCode
public function getNonPendingUserIds($rid = FALSE);