function MenuLinkListBuilder::render

Same name and namespace in other branches
  1. 11.x core/modules/menu_link_content/src/MenuLinkListBuilder.php \Drupal\menu_link_content\MenuLinkListBuilder::render()

Builds the entity listing as renderable array for table.html.twig.

@todo Add a link to add a new item to the #empty text.

Overrides EntityListBuilder::render

File

core/modules/menu_link_content/src/MenuLinkListBuilder.php, line 68

Class

MenuLinkListBuilder
Provides a menu link list builder.

Namespace

Drupal\menu_link_content

Code

public function render() {
  throw new \LogicException('This list builder can only provide operations. It does not build lists.');
}

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