You are here

public function NameFormatListBuilder::render in Name Field 8

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

src/NameFormatListBuilder.php, line 124

Class

NameFormatListBuilder
Name format list builder for the admin page.

Namespace

Drupal\name

Code

public function render() {
  return [
    'list' => parent::render(),
    'help' => $this->parser
      ->renderableTokenHelp(),
  ];
}