interface ColorapiPageControllerInterface in Color API 8
Interface for the Color API Page Controller.
All methods in this interface must return either a render array, or a class that extends \Symfony\Component\HttpFoundation\Response.
Hierarchy
- interface \Drupal\colorapi\Controller\ColorapiPageControllerInterface
Expanded class hierarchy of ColorapiPageControllerInterface
All classes that implement ColorapiPageControllerInterface
See also
\Symfony\Component\HttpFoundation\Response
File
- src/
Controller/ ColorapiPageControllerInterface.php, line 13
Namespace
Drupal\colorapi\ControllerView source
interface ColorapiPageControllerInterface {
/**
* Defines the Color API module settings page.
*
* Callback for route: colorapi.color_settings.
*/
public function moduleSettingsPage();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ColorapiPageControllerInterface:: |
public | function | Defines the Color API module settings page. | 1 |