You are here

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

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\Controller
View source
interface ColorapiPageControllerInterface {

  /**
   * Defines the Color API module settings page.
   *
   * Callback for route: colorapi.color_settings.
   */
  public function moduleSettingsPage();

}

Members

Namesort descending Modifiers Type Description Overrides
ColorapiPageControllerInterface::moduleSettingsPage public function Defines the Color API module settings page. 1