You are here

public function NodeOrderListBuilder::render in Node Order 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/NodeOrderListBuilder.php, line 203

Class

NodeOrderListBuilder
Defines a class to build a listing of node entities.

Namespace

Drupal\nodeorder

Code

public function render() {
  return $this->formBuilder
    ->getForm($this);
}