You are here

public function FrxEmailMerge::configValidate in Forena Reports 8

File

src/FrxPlugin/Template/FrxEmailMerge.php, line 75
FrxEmailMerge Email merge template.

Class

FrxEmailMerge
Email Merge Template

Namespace

Drupal\forena\Template

Code

public function configValidate(&$config) {
  $this
    ->validateTextFormats($config, array(
    'body',
  ));
}