You are here

public function ForcePasswordChangeMapperInterface::getActiveUserIds in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 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
Get a list of User IDs for active user accounts.

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 16

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getActiveUserIds();