You are here

function views_data_export_init in Views data export 7.4

Same name and namespace in other branches
  1. 6.3 views_data_export.module \views_data_export_init()
  2. 6.2 views_data_export.module \views_data_export_init()
  3. 7.3 views_data_export.module \views_data_export_init()

Implements hook_init().

File

./views_data_export.module, line 18
Provides the ability to export to specific

Code

function views_data_export_init() {

  // We have to include our theme preprocessors here until:
  // http://drupal.org/node/1096770 is fixed.
  module_load_include('inc', 'views_data_export', 'theme/views_data_export.theme');
}