public function ForcePasswordChangeMapperInterface::getRoleExpiryTimePeriods 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::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()
File
- src/
Mapper/ ForcePasswordChangeMapperInterface.php, line 137
Class
Namespace
Drupal\force_password_change\MapperCode
public function getRoleExpiryTimePeriods();