public function DocManager::getDocument in Forena Reports 8
Gets current document.
Return value
\Drupal\forena\FrxPlugin\Document\DocumentBase
File
- src/
DocManager.php, line 63
Class
- DocManager
- Implements \Drupal\forena\DocManager @package Drupal\forena
Namespace
Drupal\forenaCode
public function getDocument() {
return $this->writers[$this->type];
}