Drupal 7 - Where is the Menu Description stored?
For the life of me I can't seem to track down where the "Menu Description" value's stored in Drupal 7!
For example:
I added a new menu link called "Cookie" and the menu description called "Yummy". I go into the Drupal database and I can't seem to locate the string "Yummy" in menu_custom or menu_links or menu_router infact i dumped the database and searched for the string "Yummy" and still开发者_StackOverflow社区 can't locate this.
Any help will be great
It should be in your menu_links
table under the options field. Note that it is not the only data in that field.
精彩评论