You are here

function ViewsDataExportExporterInterface::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.
1 method overrides ViewsDataExportExporterInterface::post_process()
ViewsDataExportExporter::post_process in exporters/views_data_export_exporter.inc
Allow final processing of the results.

File

exporters/ViewsDataExportExporterInterface.inc, line 62

Class

ViewsDataExportExporterInterface

Code

function post_process(&$results);