It should be at the very least be hook_menu_link_translated_alter().
It should even better not have the word "translated" in the name since that implies entirely different things than what it's actually about.
It should be at the very least be hook_menu_link_translated_alter().
It should even better not have the word "translated" in the name since that implies entirely different things than what it's actually about.
Comments
Comment #1
sunTagging for D8 API clean-up phase.
Agreeing on the proposed hook name, but disagreeing with changing/removing "translated", as long as the menu system keeps on using this term everywhere else in its code and documentation.
Comment #2
damien tournoud commentedThere is nothing "stupid" here. The "translation" operation has a very clear and precise meaning in the menu system. If we want to change the name of the hook, we also need to change all the documentation and the name of several functions in API.
Comment #3
sunYup, fully agreed, so let's use an even more precise title.
Comment #4
jhedstromThis hook has been removed entirely.