function ReportEditor::alterParameters in Forena Reports 8
Same name and namespace in other branches
- 7.5 src/Editor/ReportEditor.php \Drupal\forena\Editor\ReportEditor::alterParameters()
Allow modules to alter the parameters of a report.
Parameters
string $report_name:
array $parms:
File
- src/
Editor/ ReportEditor.php, line 1195 - ReportEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd
Class
Namespace
Drupal\forena\EditorCode
function alterParameters(&$parms) {
drupal_alter('forena_parameters', $this->report_name, $parms);
}