You are here

function ViewsDataExportExporterXML::options_validate in Views data export 7.4

Validate the options.

Overrides ViewsDataExportExporterUserConfigurationInterface::options_validate

File

exporters/views_data_export_exporter_xml.inc, line 402

Class

ViewsDataExportExporterXML
Webform exporter for creating XML files.

Code

function options_validate(&$form, &$form_state) {
}