You are here

public function ForcePasswordChangeServiceInterface::updateLastChangeForRoles 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::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
Update the time at which all users in the given roles have been forced to change their passwords.

File

src/Service/ForcePasswordChangeServiceInterface.php, line 65

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function updateLastChangeForRoles($rids);