You are here

public function ForcePasswordChangeServiceInterface::getLastChangeForRole in Force Password Change 8

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

* Get the last time at which a role was forced to change passwords for all users. * *

Parameters

string $rid: * The Role ID of the role to be checked. * * @return int * A UNIX timestamp representing the last time all uses in the role were forced to * change their passwords.

1 method overrides ForcePasswordChangeServiceInterface::getLastChangeForRole()
ForcePasswordChangeService::getLastChangeForRole in src/Service/ForcePasswordChangeService.php
*

File

src/Service/ForcePasswordChangeServiceInterface.php, line 53

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function getLastChangeForRole($rid);