interface ViewsDataExportExporterUserConfigurationInterface in Views data export 7.4
Hierarchy
- interface \ViewsDataExportExporterInterface
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
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| ViewsDataExportExporterInterface:: | function | Add a single row to the export file. | 1 | |
| ViewsDataExportExporterInterface:: | function | Write the start of the export file. | 1 | |
| ViewsDataExportExporterInterface:: | function | Write the end of the export file. | 1 | |
| ViewsDataExportExporterInterface:: | function | Provide headers to the page when an export file is being downloaded. | 1 | |
| ViewsDataExportExporterInterface:: | function | 1 | ||
| ViewsDataExportExporterInterface:: | function | Allow final processing of the results. | 1 | |
| ViewsDataExportExporterInterface:: | function | Constructor for ViewsDataExportExporter classes. | 1 | |
| ViewsDataExportExporterUserConfigurationInterface:: | function | 2 | ||
| ViewsDataExportExporterUserConfigurationInterface:: | function | 2 | ||
| ViewsDataExportExporterUserConfigurationInterface:: | function | 2 | 
