You are here

public function FrxFiles::getName in Forena Reports 7.5

File

src/Driver/FrxFiles.php, line 26
File class for loading raw xml files as Sample data This class is used as a reference implementation of a data engine, but is also used to provide sample data files and reports. @author metzlerd

Class

FrxFiles

Namespace

Drupal\forena\Driver

Code

public function getName() {
  return 'XML File';
}