Issue #3207771 by scott_euser, quietone, immaculatexavier, ravi.shankar, joachim: Menu UI node type form documentation points to non-existent function

(cherry picked from commit 8743ce6b6d)
merge-requests/2498/head
catch 2022-07-10 08:58:59 +09:00
parent 2e9f33b34a
commit 2db9c9723b
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ function menu_ui_form_node_form_submit($form, FormStateInterface $form_state) {
* Adds menu options to the node type form.
*
* @see NodeTypeForm::form()
* @see menu_ui_form_node_type_form_submit()
* @see menu_ui_form_node_type_form_builder()
*/
function menu_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) {
/** @var \Drupal\Core\Menu\MenuParentFormSelectorInterface $menu_parent_selector */