You are here

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

* Retrieve the expiry time for the given roles * *

Parameters

array $rids: * An array of Role Ids (strings) of roles whose expiry time periods should be retrieved * * @return array * An array of time periods in seconds after which passwords for users in the role will expire, * keyed by Role ID.

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

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 137

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getRoleExpiryTimePeriods();