You are here

function ViewsDataExportExporterTXT::post_process in Views data export 7.4

Allow final processing of the results.

Parameters

$results: An array of result data, including:

  • file_name: The full file path of the generated file.
  • row_count: The final number of rows in the generated file.

Overrides ViewsDataExportExporter::post_process

File

exporters/views_data_export_exporter_txt.inc, line 88

Class

ViewsDataExportExporterTXT
Exporter for creating TXT files.

Code

function post_process(&$results) {
}