You are here

public function EntityFormAccessTokenListBuilder::render in Access unpublished 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 AccessTokenListBuilder::render

File

src/EntityFormAccessTokenListBuilder.php, line 54

Class

EntityFormAccessTokenListBuilder
Defines a class to build a listing of access token entities.

Namespace

Drupal\access_unpublished

Code

public function render($contentEntity = NULL) {
  $this->contentEntity = $contentEntity;
  return parent::render();
}