You are here

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

* Get a list of User IDs for active user accounts * *

Return value

array * An array of User IDs for all active users in the system.

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

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 16

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getActiveUserIds();