Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Jan 2013 at 00:07 UTC
Updated:
7 Dec 2015 at 23:17 UTC
Jump to comment: Most recent
Comments
Comment #0.0
podarokUpdated issue summary.
Comment #1
wizonesolutionsComment #2
dawehnerThat can be a novice task, I guess ...
Comment #3
felribeiro commentedThere is no more
$menu_links = entity_load_multiple_by_properties('menu_link'... in the code.
Some of them were changed to
$menu_link_manager = \Drupal::service('plugin.manager.menu.link');
$menu_links = $menu_link_manager->loadLinksByRoute('menu_test.menu_name_test');
Others were removed with the entire function.
Comment #4
lokapujyahttps://www.drupal.org/node/1887058