By voleger on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.3.x
Introduced in version:
9.3.0
Issue links:
Description:
menu_list_system_menus() and menu_ui_get_menus() are deprecated in Drupal 9.3.0, and will be removed before Drupal 10.0.0. Instead, use the entity system:
Before
| Now |
|---|---|
|
|
|
|
Menu::loadMultiple() returns an array of fully loaded menu config entities.
Impacts:
Module developers