You are here

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

Check to see if the current user has a pending forced password change.

Return value

bool TRUE if the user has a pending forced password change. FALSE if they do not.

1 method overrides ForcePasswordChangeServiceInterface::checkForForce()
ForcePasswordChangeService::checkForForce in src/Service/ForcePasswordChangeService.php
Check to see if the current user has a pending forced password change.

File

src/Service/ForcePasswordChangeServiceInterface.php, line 44

Class

ForcePasswordChangeServiceInterface

Namespace

Drupal\force_password_change\Service

Code

public function checkForForce();