You are here

public function DocumentBase::check_markup in Forena Reports 8

Wrapper function for check output to default the right type.

Parameters

string $output:

1 call to DocumentBase::check_markup()
MPDF::render in forena_pdf/src/FrxPlugin/Document/MPDF.php

File

src/FrxPlugin/Document/DocumentBase.php, line 93
DocumentBase.inc Given a report, render the appropriate output given the document format. @author davidmetzler

Class

DocumentBase

Namespace

Drupal\forena\FrxPlugin\Document

Code

public function check_markup($output) {
  return check_markup($output, \Drupal::config('forena.settings')
    ->get('input_format'));
}