You are here

function ViewsDataExportExporter::option_definition in Views data export 7.4

Set options fields and default values.

Return value

An array of options information.

Overrides ViewsDataExportExporterInterface::option_definition

3 methods override ViewsDataExportExporter::option_definition()
ViewsDataExportExporterDelimited::option_definition in exporters/views_data_export_exporter_delimited.inc
Set options fields and default values.
ViewsDataExportExporterTXT::option_definition in exporters/views_data_export_exporter_txt.inc
Set options fields and default values.
ViewsDataExportExporterXML::option_definition in exporters/views_data_export_exporter_xml.inc
Set options fields and default values.

File

exporters/views_data_export_exporter.inc, line 90

Class

ViewsDataExportExporter
Base class defining the common methods available to exporters.

Code

function option_definition() {
}