You are here

interface ViewsDataExportExporterUserConfigurationInterface in Views data export 7.4

Hierarchy

Expanded class hierarchy of ViewsDataExportExporterUserConfigurationInterface

All classes that implement ViewsDataExportExporterUserConfigurationInterface

3 string references to 'ViewsDataExportExporterUserConfigurationInterface'
views_data_export_plugin_style_export::options_form in plugins/views_data_export_plugin_style_export.inc
Options form mini callback.
views_data_export_plugin_style_export::options_submit in plugins/views_data_export_plugin_style_export.inc
Handle any special handling on the validate form.
views_data_export_plugin_style_export::options_validate in plugins/views_data_export_plugin_style_export.inc
Validate the options form.

File

exporters/ViewsDataExportExporterUserConfigurationInterface.inc, line 4

View source
interface ViewsDataExportExporterUserConfigurationInterface extends ViewsDataExportExporterInterface {
  function options_form(&$form, &$form_state, $field_labels);
  function options_submit(&$form, &$form_state);
  function options_validate(&$form, &$form_state);

}

Members

Namesort descending Modifiers Type Description Overrides
ViewsDataExportExporterInterface::add_row function Add a single row to the export file. 1
ViewsDataExportExporterInterface::bof function Write the start of the export file. 1
ViewsDataExportExporterInterface::eof function Write the end of the export file. 1
ViewsDataExportExporterInterface::get_headers function Provide headers to the page when an export file is being downloaded. 1
ViewsDataExportExporterInterface::option_definition function 1
ViewsDataExportExporterInterface::post_process function Allow final processing of the results. 1
ViewsDataExportExporterInterface::__construct function Constructor for ViewsDataExportExporter classes. 1
ViewsDataExportExporterUserConfigurationInterface::options_form function 2
ViewsDataExportExporterUserConfigurationInterface::options_submit function 2
ViewsDataExportExporterUserConfigurationInterface::options_validate function 2