function menu_ui_theme

Implements hook_theme().

File

core/modules/menu_ui/menu_ui.module, line 464

Code

function menu_ui_theme() : array {
  return [
    'menu_link_form' => [
      'render element' => 'form',
    ],
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.