You are here

public function FrxAPI::getDocument in Forena Reports 8

Get the current document

Return value

DocumentBase

4 calls to FrxAPI::getDocument()
DocumentManagerTest::testDocumentFactory in tests/src/Unit/DocumentManagerTest.php
FrxIncludeTest::testRender in tests/src/Unit/Renderer/FrxIncludeTest.php
Test the rendering of the control.
RendererBase::__construct in src/FrxPlugin/Renderer/RendererBase.php
ReportManagerTest::testReportInclude in tests/src/Unit/ReportManagerTest.php

File

src/FrxAPI.php, line 142
FrxAPI.incL General Forena Reporting Class

Class

FrxAPI
Implements FrxAPI Trait

Namespace

Drupal\forena

Code

public function getDocument() {
  return DocManager::instance()
    ->getDocument();
}