Skip to content
Snippets Groups Projects
Commit 0fa10c63 authored by Jess's avatar Jess
Browse files

Issue #1800774 by Mile23, Lars Toomre: Add missing type hinting to menu_ui module docblocks

parent b31bbb08
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
......@@ -449,9 +449,9 @@ function menu_ui_form_node_type_form_builder($entity_type, NodeTypeInterface $ty
/**
* Return an associative array of the custom menus names.
*
* @param $all
* If FALSE return only user-added menus, or if TRUE also include
* the menus defined by the system.
* @param bool $all
* (optional) If FALSE return only user-added menus, or if TRUE also include
* the menus defined by the system. Defaults to TRUE.
*
* @return array
* An array with the machine-readable names as the keys, and human-readable
......
......@@ -327,9 +327,9 @@ protected function buildOverviewForm(array &$form, FormStateInterface $form_stat
/**
* Recursive helper function for buildOverviewForm().
*
* @param $tree
* @param \Drupal\Core\Menu\MenuLinkTreeElement[] $tree
* The tree retrieved by \Drupal\Core\Menu\MenuLinkTreeInterface::load().
* @param $delta
* @param int $delta
* The default number of menu items used in the menu weight selector is 50.
*
* @return array
......
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