Skip to content
Snippets Groups Projects
Commit aded4eaf authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2227259 by roderik: Fix reference to obsolete menu function in docs of MenuTree

parent 5b32c7ba
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -424,7 +424,7 @@ public function buildTree($menu_name, array $parameters = array()) { ...@@ -424,7 +424,7 @@ public function buildTree($menu_name, array $parameters = array()) {
* *
* This function may be used build the data for a menu tree only, for example * This function may be used build the data for a menu tree only, for example
* to further massage the data manually before further processing happens. * to further massage the data manually before further processing happens.
* menu_tree_check_access() needs to be invoked afterwards. * MenuTree::checkAccess() needs to be invoked afterwards.
* *
* @param string $menu_name * @param string $menu_name
* The name of the menu. * The name of the menu.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment