public function XmlSitemapListBuilder::render in XML sitemap 2.x
Same name and namespace in other branches
- 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\xmlsitemapCode
public function render() {
xmlsitemap_check_status();
return parent::render();
}