function MenuUiHooks::theme
Implements hook_theme().
File
-
core/
modules/ menu_ui/ src/ Hook/ MenuUiHooks.php, line 274
Class
- MenuUiHooks
- Hook implementations for menu_ui.
Namespace
Drupal\menu_ui\HookCode
public function 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.