public function ForcePasswordChangeMapperInterface::getPendingUserIds 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::getPendingUserIds()
* Retrieve the User IDs of all users in the given role with 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 have a pending forced password * change.
1 method overrides ForcePasswordChangeMapperInterface::getPendingUserIds()
File
- src/
Mapper/ ForcePasswordChangeMapperInterface.php, line 112
Class
Namespace
Drupal\force_password_change\MapperCode
public function getPendingUserIds($rid = FALSE);