You are here

function template_process_views_data_export_doc_body in Views data export 7.3

Implements hook_process_views_data_export_doc_body().

File

theme/views_data_export.theme.inc, line 286
Theme related functions for processing our output style plugins.

Code

function template_process_views_data_export_doc_body(&$vars) {

  // Pass through the generic MS Office process.
  template_process_views_data_export_msoffice_body($vars);
}