You are here

interface PageControllerInterface in Restrict IP 3.x

Same name and namespace in other branches
  1. 8.2 src/Controller/PageControllerInterface.php \Drupal\restrict_ip\Controller\PageControllerInterface
  2. 8 src/Controller/PageControllerInterface.php \Drupal\restrict_ip\Controller\PageControllerInterface

Hierarchy

Expanded class hierarchy of PageControllerInterface

All classes that implement PageControllerInterface

File

src/Controller/PageControllerInterface.php, line 5

Namespace

Drupal\restrict_ip\Controller
View source
interface PageControllerInterface {

  /**
   * Provides the configuration page for the Restrict IP module
   */
  public function configPage();

  /**
   * Provides the Access Denied page for the Restrict IP module
   */
  public function accessDeniedPage();

}

Members

Namesort descending Modifiers Type Description Overrides
PageControllerInterface::accessDeniedPage public function * Provides the Access Denied page for the Restrict IP module 1
PageControllerInterface::configPage public function * Provides the configuration page for the Restrict IP module 1