You are here

public function ForcePasswordChangeMapperInterface::getUserIdsForRole 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::getUserIdsForRole()

* Retrieve the User ID for all users in a given role * *

Parameters

string $rid: * The Role ID of the role for which User IDs should be retrieved. * * @return array * An array of User IDs for all users in the given role.

1 method overrides ForcePasswordChangeMapperInterface::getUserIdsForRole()
ForcePasswordChangeMapper::getUserIdsForRole in src/Mapper/ForcePasswordChangeMapper.php
*

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 148

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getUserIdsForRole($rid);