You are here

function manage_display_install in Manage display 8

Implements hook_install().

File

./manage_display.install, line 11
Contains install and update functions.

Code

function manage_display_install() {

  // Increase module weight so that manage_display_preprocess_node
  // is called after rdf_preprocess_node.
  // @todo Not working reliably?
  module_set_weight('manage_display', 1);
}