function MenuListBuilder::render

Same name and namespace in other branches
  1. 9 core/modules/menu_ui/src/MenuListBuilder.php \Drupal\menu_ui\MenuListBuilder::render()
  2. 10 core/modules/menu_ui/src/MenuListBuilder.php \Drupal\menu_ui\MenuListBuilder::render()
  3. 11.x core/modules/menu_ui/src/MenuListBuilder.php \Drupal\menu_ui\MenuListBuilder::render()

Overrides EntityListBuilder::render

File

core/modules/menu_ui/src/MenuListBuilder.php, line 63

Class

MenuListBuilder
Defines a class to build a listing of menu entities.

Namespace

Drupal\menu_ui

Code

public function render() {
    $build = parent::render();
    $build['#attached']['library'][] = "menu_ui/drupal.menu_ui.adminforms";
    return $build;
}

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