You are here

public function ReportManager::skins in Forena Reports 8

Return the list of skins available.

File

src/ReportManager.php, line 139
Implements \Drupal\forena\File\ReportFileSystem

Class

ReportManager
Access to Report rendering engine.

Namespace

Drupal\forena

Code

public function skins() {

  // Determine the list of skins.
  return ReportFileSystem::instance()
    ->skins();
}