You are here

public function FrxEmailMerge::__construct in Forena Reports 7.5

Overrides RendererBase::__construct

File

src/Renderer/FrxEmailMerge.php, line 11
FrxEmailMerge Email merge template.

Class

FrxEmailMerge

Namespace

Drupal\forena\Renderer

Code

public function __construct() {
  parent::__construct();
  $this->email_input_format = variable_get('forena_email_input_format', filter_default_format());
  $this->doc_types = array(
    'email',
  );
}