You are here

public function FrxTable::configValidate in Forena Reports 8

File

src/FrxPlugin/Template/FrxTable.php, line 137
FrxTable Template that lays out a report in a particular table format.

Class

FrxTable

Namespace

Drupal\forena\Template

Code

public function configValidate(&$config) {
  parent::configValidate($config);
  $this
    ->weight_sort($config['columns']);
}