You are here

public function ForcePasswordChangeMapperInterface::getPendingUserIds 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::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()
ForcePasswordChangeMapper::getPendingUserIds in src/Mapper/ForcePasswordChangeMapper.php
*

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 112

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getPendingUserIds($rid = FALSE);