public function FrxAPI::reportFileSystem in Forena Reports 8
Get the current report file system.
Return value
\Drupal\forena\File\ReportFileSystem
1 call to FrxAPI::reportFileSystem()
- Skin::load in src/
Skin.php - Load the skin based on the name.
File
- src/
FrxAPI.php, line 68 - FrxAPI.incL General Forena Reporting Class
Class
- FrxAPI
- Implements FrxAPI Trait
Namespace
Drupal\forenaCode
public function reportFileSystem() {
return ReportFileSystem::instance();
}