You are here

ds_extras.install in Display Suite 8.4

Installs the Display Suite Extras module.

File

modules/ds_extras/ds_extras.install
View source
<?php

/**
 * @file
 * Installs the Display Suite Extras module.
 */

/**
 * Implements hook_install().
 */
function ds_extras_install() {
  module_set_weight('ds_extras', 2);
}

Functions

Namesort descending Description
ds_extras_install Implements hook_install().