public function DrupalPage::output in Forena Reports 7.5
Overrides DocumentTypeBase::output
File
- src/
DocumentFormats/ DrupalPage.php, line 58 - DrupalPage.inc Standard web document manager @author metzlerd
Class
Namespace
Drupal\forena\DocumentFormatsCode
public function output(&$output) {
$desc = Frx::Data()
->getContext('report');
if ($this->title && $desc['print'] !== 'block') {
drupal_set_title(filter_xss($this->title), PASS_THROUGH);
}
return FALSE;
}