You are here

function paragraphs_ee_install in Paragraphs Editor Enhancements 8

Implements hook_install().

File

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

Code

function paragraphs_ee_install() {

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