You are here

public function TestingAppService::getDriverPlugins in Forena Reports 8

Overrides AppService::getDriverPlugins

File

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

Class

TestingAppService

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function getDriverPlugins() {
  return [
    'FrxDrupal' => '\\Drupal\\forena\\FrxPlugin\\Driver\\FrxDrupal',
    'FrxFiles' => '\\Drupal\\forena\\FrxPlugin\\Driver\\FrxFiles',
    'FrxMSSQL' => '\\Drupal\\forena\\FrxPlugin\\Driver\\FrxMSSQl',
    'FrxOracle' => '\\Drupal\\forena\\FrxPlugin\\Driver\\FrxOracle',
    'FrxPDO' => '\\Drupal\\forena\\FrxPlugin\\Driver\\FrxPDO',
    'FrxPostgres' => '\\Drupal\\forena\\FrxPlugin\\Driver\\FrxPostgres',
  ];
}