interface PageControllerInterface in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Controller/PageControllerInterface.php \Drupal\restrict_ip\Controller\PageControllerInterface
- 3.x src/Controller/PageControllerInterface.php \Drupal\restrict_ip\Controller\PageControllerInterface
Hierarchy
- interface \Drupal\restrict_ip\Controller\PageControllerInterface
Expanded class hierarchy of PageControllerInterface
All classes that implement PageControllerInterface
File
- src/
Controller/ PageControllerInterface.php, line 5
Namespace
Drupal\restrict_ip\ControllerView 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
|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
PageControllerInterface:: |
public | function | * Provides the Access Denied page for the Restrict IP module | 1 |
|
PageControllerInterface:: |
public | function | * Provides the configuration page for the Restrict IP module | 1 |