Skip to content

Instantly share code, notes, and snippets.

View guelzow's full-sized avatar
Count Doku: "Come to the dark side, we've got documentation!"

Tobias Gülzow guelzow

Count Doku: "Come to the dark side, we've got documentation!"
View GitHub Profile
@guelzow
guelzow / RecordsXmlSitemap.php
Last active June 27, 2019 11:24
RecordsXmlSitemapDataProvider with sql-join support for categories
<?php
declare(strict_types = 1);
namespace Brainworxx\NewsSitemap;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Seo\XmlSitemap\Exception\MissingConfigurationException;
use TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider;