function MenuLinkListBuilder::createInstance

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

Overrides EntityListBuilder::createInstance

File

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

Class

MenuLinkListBuilder
Provides a menu link list builder.

Namespace

Drupal\menu_link_content

Code

public static function createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) {
    return new static($entity_type, $container->get('entity_type.manager')
        ->getStorage($entity_type->id()), $container->get('redirect.destination'));
}

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