You are here

function ds_install in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 ds.install \ds_install()
  2. 8.3 ds.install \ds_install()
  3. 6.3 ds.install \ds_install()
  4. 6.2 ds.install \ds_install()
  5. 7.2 ds.install \ds_install()
  6. 7 ds.install \ds_install()

Implements hook_install().

File

./ds.install, line 13
Display Suite install file.

Code

function ds_install() {
  module_set_weight('ds', 1);
}