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
Namespace
Drupal\Tests\forena\Unit\MockCode
public function getFormatterPlugins() {
return [
'\\Drupal\\forena\\FrxPlugin\\FieldFormatter\\Formatter',
];
}