public function ForcePasswordChangeService::updateExpiryForRole in Force Password Change 8
Same name and namespace in other branches
- 2.0.x src/Service/ForcePasswordChangeService.php \Drupal\force_password_change\Service\ForcePasswordChangeService::updateExpiryForRole()
*
Overrides ForcePasswordChangeServiceInterface::updateExpiryForRole
File
- src/
Service/ ForcePasswordChangeService.php, line 166
Class
Namespace
Drupal\force_password_change\ServiceCode
public function updateExpiryForRole($rid, $time_period, $weight) {
$this->mapper
->updateExpiryForRole($rid, $time_period, $weight);
}