function ds_test_install in Display Suite 8.4
Same name and namespace in other branches
- 8.3 tests/modules/ds_test/ds_test.module \ds_test_install()
- 7.2 tests/ds_test.module \ds_test_install()
- 7 tests/ds_test.module \ds_test_install()
Implements hook_install().
File
- tests/
modules/ ds_test/ ds_test.module, line 126 - Display Suite test module.
Code
function ds_test_install() {
module_set_weight('ds_test', 10);
}