You are here

function ViewsDataExportExporterDelimited::eof in Views data export 7.4

Generate the EOF.

Overrides ViewsDataExportExporter::eof

File

exporters/views_data_export_exporter_delimited.inc, line 246

Class

ViewsDataExportExporterDelimited
Webform exporter for creating CSV/TSV delimited files.

Code

function eof(&$file_handle, $row_count, $col_count) {
  return '';
}