ForcePasswordChangeControllerInterface.php in Force Password Change 2.0.x
Same filename and directory in other branches
Namespace
Drupal\force_password_change\ControllerFile
src/Controller/ForcePasswordChangeControllerInterface.phpView source
<?php
namespace Drupal\force_password_change\Controller;
/**
*
*/
interface ForcePasswordChangeControllerInterface {
/**
*
*/
public function adminPage();
/**
*
*/
public function roleListPage($rid);
}
Interfaces
Name | Description |
---|---|
ForcePasswordChangeControllerInterface |