You are here

function data_ui_test_install in Data 7

Same name and namespace in other branches
  1. 6 data_ui/tests/data_ui_test.install \data_ui_test_install()

Implements hook_install().

File

data_ui/tests/data_ui_test.install, line 12
Install, update and uninstall functions for the data_ui_test module.

Code

function data_ui_test_install() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_install_schema('data_ui_test')
}