You are here

function ViewsDataExportExporterTXT::add_header in Views data export 7.4

File

exporters/views_data_export_exporter_txt.inc, line 47

Class

ViewsDataExportExporterTXT
Exporter for creating TXT files.

Code

function add_header(&$file_handle, $filename) {
  return 'file header';
}