You are here

public function AjaxControllerInterface::page in Forena Reports 8

Parameters

\Drupal\forena\Controller\Route $route:

$action:

string $js_mode:

Return value

mixed

1 method overrides AjaxControllerInterface::page()
AjaxPageControllerBase::page in src/Controller/AjaxPageControllerBase.php
Default page controller implementation. This method is typically what you would reference in the routing.yml file as the main menu callback for the controller.

File

src/Controller/AjaxControllerInterface.php, line 28

Class

AjaxControllerInterface

Namespace

Drupal\forena\Controller

Code

public function page($action, $js_mode = 'nojs');