From d4036704e3afb0aae0e7f1a7384926714b986956 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 16 Mar 2015 13:17:03 -0700 Subject: [PATCH] Issue #2452995 by Jeroen: link_path should be url in the menu API documentation --- core/modules/system/menu.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/menu.api.php b/core/modules/system/menu.api.php index 0da0dc6e1e5..f30f7088dfe 100644 --- a/core/modules/system/menu.api.php +++ b/core/modules/system/menu.api.php @@ -337,9 +337,9 @@ * - title: (required) The untranslated title of the menu link. * - description: The untranslated description of the link. * - route_name: (optional) The route name to be used to build the path. - * Either a route_name or a link_path must be provided. + * Either a route_name or a url must be provided. * - route_parameters: (optional) The route parameters to build the path. - * - link_path: (optional) If you have an external link use link_path instead + * - url: (optional) If you have an external link use url instead * of providing a route_name. * - parent: (optional) The machine name of the link that is this link's menu * parent.