‪TYPO3CMS  9.5
TYPO3\CMS\Seo\XmlSitemap\XmlSitemapDataProviderInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Seo\XmlSitemap\XmlSitemapDataProviderInterface:
TYPO3\CMS\Seo\XmlSitemap\AbstractXmlSitemapDataProvider TYPO3\CMS\Seo\XmlSitemap\PagesXmlSitemapDataProvider TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider

Public Member Functions

 __construct (ServerRequestInterface $request, string $name, array $config=[], ContentObjectRenderer $cObj=null)
 
 getKey ()
 
 getItems ()
 
 getLastModified ()
 
 getNumberOfPages ()
 

Detailed Description

Interface for XmlSitemapDataProviders containing the methods that are called by the XmlSitemapRenderer

Definition at line 25 of file XmlSitemapDataProviderInterface.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Seo\XmlSitemap\XmlSitemapDataProviderInterface::__construct ( ServerRequestInterface  $request,
string  $name,
array  $config = [],
ContentObjectRenderer  $cObj = null 
)

Member Function Documentation

◆ getItems()

TYPO3\CMS\Seo\XmlSitemap\XmlSitemapDataProviderInterface::getItems ( )

◆ getKey()

TYPO3\CMS\Seo\XmlSitemap\XmlSitemapDataProviderInterface::getKey ( )

◆ getLastModified()

TYPO3\CMS\Seo\XmlSitemap\XmlSitemapDataProviderInterface::getLastModified ( )

◆ getNumberOfPages()

TYPO3\CMS\Seo\XmlSitemap\XmlSitemapDataProviderInterface::getNumberOfPages ( )