By tstoeckler on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.2.x
Introduced in version:
11.2.0
Issue links:
Description:
\Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd is deprecated and will be removed in Drupal 12. Instead, use \Drupal\Core\Menu\LocalActionWithDestination.
This change removes the dependency on the menu_ui module. Sites using the MenuLinkAdd plugin should check to determine if the menu_ui module can be uninstalled when using the LocalActionWithDestination.
Impacts:
Module developers