You are here

function ViewsDataExportExporterXML::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_xml.inc, line 396

Class

ViewsDataExportExporterXML
Webform exporter for creating XML files.

Code

function post_process(&$results) {
}