function paragraphs_update_8009 in Paragraphs 8
Set the weight to 11 to override content_translation's hook_module_implements_alter implementation
File
- ./
paragraphs.install, line 180 - Installation hooks for Paragraphs module.
Code
function paragraphs_update_8009() {
module_set_weight('paragraphs', 11);
}