You are here

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

* Retrieve the last timestamp at which all users in a role were * forced to change their password. * *

Parameters

string $rid: * The Role ID for which the timestamp should be retrieved. * * @return int * The Unix timestamp at which the users in the role were forced to * change their password.

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

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 52

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function getLastChangeForRole($rid);