public function DocManager::getDocumentType in Forena Reports 8
Return value
string Document type of current document.
1 call to DocManager::getDocumentType()
File
- src/
DocManager.php, line 71
Class
- DocManager
- Implements \Drupal\forena\DocManager @package Drupal\forena
Namespace
Drupal\forenaCode
public function getDocumentType() {
return $this->type;
}