You are here

public function webform_exporter::post_process in Webform 7.4

Allow final processing of the results.

Parameters

$results: An array of result data, including:

  • node: The node whose results are being downloaded.
  • file_name: The full file path of the generated file.
  • row_count: The final number of rows in the generated file.
1 method overrides webform_exporter::post_process()
webform_exporter_excel_xlsx::post_process in includes/exporters/webform_exporter_excel_xlsx.inc
Allow final processing of the results.

File

includes/exporters/webform_exporter.inc, line 113

Class

webform_exporter
Base class defining the common methods available to exporters.

Code

public function post_process(&$results) {
}