You are here

function views_data_export_install in Views data export 6

Same name and namespace in other branches
  1. 6.3 views_data_export.install \views_data_export_install()
  2. 6.2 views_data_export.install \views_data_export_install()

Implementation of hook_install()

File

./views_data_export.install, line 95

Code

function views_data_export_install() {
  drupal_install_schema('views_data_export');
}