You are here

public function XmlSitemapListBuilder::render in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 src/XmlSitemapListBuilder.php \Drupal\xmlsitemap\XmlSitemapListBuilder::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

src/XmlSitemapListBuilder.php, line 66

Class

XmlSitemapListBuilder
Provides a listing of XmlSitemap.

Namespace

Drupal\xmlsitemap

Code

public function render() {
  xmlsitemap_check_status();
  return parent::render();
}