You are here

public function ForcePasswordChangeMapperInterface::getNonPendingUserIds in Force Password Change 8

Same name and namespace in other branches
  1. 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()
ForcePasswordChangeMapper::getNonPendingUserIds in src/Mapper/ForcePasswordChangeMapper.php
*

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 125

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getNonPendingUserIds($rid = FALSE);