You are here

public function PageControllerInterface::clientTestPage in OAuth2 Client 8.2

Defines the client test page for testing OAuth2 Client plugins.

Return value

array A render array defining the page. Contains the client test form.

1 method overrides PageControllerInterface::clientTestPage()
PageController::clientTestPage in src/Controller/PageController.php
Defines the client test page for testing OAuth2 Client plugins.

File

src/Controller/PageControllerInterface.php, line 18

Class

PageControllerInterface
Interface for OAuth2 Client page controllers.

Namespace

Drupal\oauth2_client\Controller

Code

public function clientTestPage();