You are here

protected property Report::$renderers in Forena Reports 8

File

src/Report.php, line 48
Basic report provider. Controls the rendering of the report.

Class

Report

Namespace

Drupal\forena

Code

protected $renderers = [
  'FrxCrosstab' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxCrosstab',
  'FrxInclude' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxInclude',
  'FrxMyReports' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxMyReports',
  'FrxParameterForm' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxParameterForm',
  'FrxSource' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxSource',
  'FrxSVGGraph' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxSVGGraph',
  'FrxTemplate' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxTemplate',
  'FrxTitle' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxTitle',
  'FrxXML' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\FrxXML',
  'RendererBase' => '\\Drupal\\forena\\FrxPlugin\\Renderer\\RendererBase',
];