You are here

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

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

Parameters

array $rids: * An array of Role IDs for which the timestamp should be updated.

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

File

src/Mapper/ForcePasswordChangeMapperInterface.php, line 61

Class

ForcePasswordChangeMapperInterface

Namespace

Drupal\force_password_change\Mapper

Code

public function updateLastChangeForRoles(array $rids);