You are here

public function TestingAppService::getContextPlugins in Forena Reports 8

Returns the list of context plugins.

Return value

array

Overrides AppService::getContextPlugins

File

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

Class

TestingAppService

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function getContextPlugins() {
  return [
    'custom_security' => 'Drupal\\Tests\\forena\\Unit\\FrxPlugin\\Context\\CustomSecurity',
    'FrxReport' => 'Drupal\\forena\\FrxPlugin\\Context\\FrxReport',
  ];
}