You are here

interface PageControllerInterface in OAuth2 Client 8.2

Interface for OAuth2 Client page controllers.

Methods in this class should return Drupal render arrays.

Hierarchy

Expanded class hierarchy of PageControllerInterface

All classes that implement PageControllerInterface

File

src/Controller/PageControllerInterface.php, line 10

Namespace

Drupal\oauth2_client\Controller
View source
interface PageControllerInterface {

  /**
   * Defines the client test page for testing OAuth2 Client plugins.
   *
   * @return array
   *   A render array defining the page. Contains the client test form.
   */
  public function clientTestPage();

}

Members

Namesort descending Modifiers Type Description Overrides
PageControllerInterface::clientTestPage public function Defines the client test page for testing OAuth2 Client plugins. 1