You are here

public function FrxDrupal::formats in Forena Reports 7

Same name and namespace in other branches
  1. 6 plugins/FrxDrupal.inc \FrxDrupal::formats()

@section Formatters Below here are formatting types

File

plugins/FrxDrupal.inc, line 85
Provides data blocks for native drupal connections using the default drupal connections.

Class

FrxDrupal
@file Provides data blocks for native drupal connections using the default drupal connections.

Code

public function formats() {
  $formats = array(
    'drupal_filter' => 'Drupal Input Filter',
  );
  return $formats;
}