You are here

public function ForcePasswordChangeServiceInterface::getNonPendingUsersForRole in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 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
Retrieve the user accounts of users in the role who do not have a pending forced password change.

File

src/Service/ForcePasswordChangeServiceInterface.php, line 129

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function getNonPendingUsersForRole($rid);