You are here

public function TestingAppService::getAjaxPlugins in Forena Reports 8

Returns the list of ajax plugins.

Return value

array

Overrides AppService::getAjaxPlugins

File

tests/src/Unit/Mock/TestingAppService.php, line 88

Class

TestingAppService

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function getAjaxPlugins() {
  return [
    'invoke' => '\\Drupal\\forena\\FrxPlugin\\AjaxCommand\\Invoke',
  ];
}