You are here

public function ForcePasswordChangeServiceInterface::getRoleExpiryTimePeriods in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 src/Service/ForcePasswordChangeServiceInterface.php \Drupal\force_password_change\Service\ForcePasswordChangeServiceInterface::getRoleExpiryTimePeriods()

Get the time periods after which each role will expire.

Return value

array An array of time periods in seconds, keyed by Role ID

1 method overrides ForcePasswordChangeServiceInterface::getRoleExpiryTimePeriods()
ForcePasswordChangeService::getRoleExpiryTimePeriods in src/Service/ForcePasswordChangeService.php
Get the time periods after which each role will expire.

File

src/Service/ForcePasswordChangeServiceInterface.php, line 137

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function getRoleExpiryTimePeriods();