Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2015 at 12:10 UTC
Updated:
22 Jan 2015 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexpottRenamed to
core.menu_link.overrides- the static seems superfluous.Comment #2
alexpott@dawhner said in IRC that the static part is important so...
Comment #3
alexpottI've gone for
core.static_menu_link_overridessince it makes the class name in snake case.Comment #5
alexpottFrom @dawehner in IRC - Let's add a namespace in there so core. does not get crowded. Gone for
core.menu.static_menu_link_overridesComment #7
dawehner<3 as this matches exactly the php namespace.
Comment #9
alexpottlolz
Comment #10
catchCommitted/pushed to 8.0.x, thanks!