Skip to content
Snippets Groups Projects
Unverified Commit 9455fc7a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3091469 by vints24, kiamlaluno: Remove menu_link_content_install()...

Issue #3091469 by vints24, kiamlaluno: Remove menu_link_content_install() because it's no longer needed

(cherry picked from commit 80b5dd6b)
parent 000c3920
Branches
Tags
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
......@@ -5,18 +5,6 @@
* Install, update and uninstall functions for the menu_link_content module.
*/
/**
* Implements hook_install().
*/
function menu_link_content_install() {
// Add a higher weight so that menu_link_content_path_alias_update() is called
// after system_path_alias_update() clears the path alias cache.
// @todo remove this when the cache clearing is moved to path module or if
// caching is removed for path aliases due to
// https://www.drupal.org/node/1965074
module_set_weight('menu_link_content', 1);
}
/**
* Add the publishing status entity key to custom menu links.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment