You are here

interface ForcePasswordChangeControllerInterface in Force Password Change 2.0.x

Same name and namespace in other branches
  1. 8 src/Controller/ForcePasswordChangeControllerInterface.php \Drupal\force_password_change\Controller\ForcePasswordChangeControllerInterface

Hierarchy

Expanded class hierarchy of ForcePasswordChangeControllerInterface

All classes that implement ForcePasswordChangeControllerInterface

File

src/Controller/ForcePasswordChangeControllerInterface.php, line 8

Namespace

Drupal\force_password_change\Controller
View source
interface ForcePasswordChangeControllerInterface {

  /**
   *
   */
  public function adminPage();

  /**
   *
   */
  public function roleListPage($rid);

}

Members