You are here

public function ForcePasswordChangeServiceInterface::getNonPendingUsersForRole in Force Password Change 8

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

File

src/Service/ForcePasswordChangeServiceInterface.php, line 123

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function getNonPendingUsersForRole($rid);