You are here

public function ForcePasswordChangeServiceInterface::updateLastChangeForRoles 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::updateLastChangeForRoles()

* Update the time at which all users in the given roles have been forced to change * their passwords. * *

Parameters

array $rids: * An array of Role IDs whose times should be updated.

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

File

src/Service/ForcePasswordChangeServiceInterface.php, line 62

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function updateLastChangeForRoles($rids);