You are here

function ViewsDataExportExporterDelimited::options_validate in Views data export 7.4

Validate the options.

Overrides ViewsDataExportExporterUserConfigurationInterface::options_validate

File

exporters/views_data_export_exporter_delimited.inc, line 216

Class

ViewsDataExportExporterDelimited
Webform exporter for creating CSV/TSV delimited files.

Code

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