public function TestingAppService::getDriverPlugins in Forena Reports 8
Overrides AppService::getDriverPlugins
File
- tests/
src/ Unit/ Mock/ TestingAppService.php, line 114
Class
Namespace
Drupal\Tests\forena\Unit\MockCode
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',
];
}