You are here

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

Retrieve the expiry time for the given roles.

Return value

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
Retrieve the expiry time for the given roles.

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 138

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getRoleExpiryTimePeriods();