You are here

function ViewsDataExportExporterUserConfigurationInterface::options_submit in Views data export 7.4

2 methods override ViewsDataExportExporterUserConfigurationInterface::options_submit()
ViewsDataExportExporterDelimited::options_submit in exporters/views_data_export_exporter_delimited.inc
Alter the options on submission.
ViewsDataExportExporterXML::options_submit in exporters/views_data_export_exporter_xml.inc
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.

File

exporters/ViewsDataExportExporterUserConfigurationInterface.inc, line 8

Class

ViewsDataExportExporterUserConfigurationInterface

Code

function options_submit(&$form, &$form_state);