public function ForcePasswordChangeMapperInterface::getActiveUserIds in Force Password Change 8
Same name and namespace in other branches
- 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()
File
- src/
Mapper/ ForcePasswordChangeMapperInterface.php, line 16
Class
Namespace
Drupal\force_password_change\MapperCode
public function getActiveUserIds();