You are here

interface ForcePasswordChangeControllerInterface in Force Password Change 8

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

Hierarchy

Expanded class hierarchy of ForcePasswordChangeControllerInterface

All classes that implement ForcePasswordChangeControllerInterface

1 file declares its use of ForcePasswordChangeControllerInterface
ForcePasswordChangeController.php in src/Controller/ForcePasswordChangeController.php

File

src/Controller/ForcePasswordChangeControllerInterface.php, line 5

Namespace

Drupal\force_password_change\Controller
View source
interface ForcePasswordChangeControllerInterface {
  public function adminPage();
  public function roleListPage($rid);

}

Members