You are here

function ViewsDataExportExporter::supports_hide_if_empty in Views data export 7.4

Tell the world whether we support Hide If Empty views option

2 methods override ViewsDataExportExporter::supports_hide_if_empty()
ViewsDataExportExporterTXT::supports_hide_if_empty in exporters/views_data_export_exporter_txt.inc
Tell the world whether we support Hide If Empty views option
ViewsDataExportExporterXML::supports_hide_if_empty in exporters/views_data_export_exporter_xml.inc
Tell the world whether we support Hide If Empty views option

File

exporters/views_data_export_exporter.inc, line 23

Class

ViewsDataExportExporter
Base class defining the common methods available to exporters.

Code

function supports_hide_if_empty() {
  return FALSE;
}