Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MenuUiHooks.php

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\Hook

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal