You are here

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

* Retrieve a list of User IDs for users who have a pending forced password change * on their first login. * *

Return value

array * An array of User IDs of users who have a pending forced password change on their * first login.

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

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 174

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getFirstTimeLoginUids();