diff --git a/core/includes/menu.inc b/core/includes/menu.inc index 11c9f07816..814ee778ca 100644 --- a/core/includes/menu.inc +++ b/core/includes/menu.inc @@ -13,8 +13,8 @@ /** * Returns an array containing the names of system-defined (default) menus. * - * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use - * \Drupal\system\Entity\Menu::loadMultiple() instead. + * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. + * Use \Drupal\system\Entity\Menu::loadMultiple() instead. * * @see https://www.drupal.org/node/3027453 */ diff --git a/core/modules/system/routing.api.php b/core/modules/system/routing.api.php new file mode 100644 index 0000000000..c082759f42 --- /dev/null +++ b/core/modules/system/routing.api.php @@ -0,0 +1,119 @@ +