Implements hook_install().
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);
}