public function FrxDrupal::formats in Forena Reports 6
Same name and namespace in other branches
- 7 plugins/FrxDrupal.inc \FrxDrupal::formats()
@section Formatters Below here are formatting types
File
- plugins/
FrxDrupal.inc, line 82 - 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;
}