function paragraphs_install

Implements hook_install().

File

paragraphs/paragraphs.install, line 15
Installation hooks for Paragraphs module.

Code

function paragraphs_install() {

  // Assign a weight 1 higher than content_translation to ensure paragraphs_module_implements_alter
  // runs after content_translation_module_implements_alter.
  module_set_weight('paragraphs', 11);
}