You are here

public function TestingAppService::getFormatterPlugins in Forena Reports 8

Return the forena provided formatter plugin.

Return value

array

Overrides AppService::getFormatterPlugins

File

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

Class

TestingAppService

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function getFormatterPlugins() {
  return [
    '\\Drupal\\forena\\FrxPlugin\\FieldFormatter\\Formatter',
  ];
}