You are here

function paragraphs_ee_update_8001 in Paragraphs Editor Enhancements 8

Set module weight.

File

./paragraphs_ee.install, line 19
Installation hooks for paragraphs_ee module.

Code

function paragraphs_ee_update_8001() {

  // Assign a weight higher than paragraphs.
  module_set_weight('paragraphs_ee', 15);
}