You are here

ForcePasswordChangeControllerInterface.php in Force Password Change 2.0.x

Same filename and directory in other branches
  1. 8 src/Controller/ForcePasswordChangeControllerInterface.php

File

src/Controller/ForcePasswordChangeControllerInterface.php
View source
<?php

namespace Drupal\force_password_change\Controller;


/**
 *
 */
interface ForcePasswordChangeControllerInterface {

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

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

}