public function XmlSitemapInterface::getUpdated in XML sitemap 2.x
Same name and namespace in other branches
- 8 src/XmlSitemapInterface.php \Drupal\xmlsitemap\XmlSitemapInterface::getUpdated()
Returns the sitemap context.
Return value
array The context.
1 method overrides XmlSitemapInterface::getUpdated()
- XmlSitemap::getUpdated in src/
Entity/ XmlSitemap.php - Returns the sitemap context.
File
- src/
XmlSitemapInterface.php, line 58
Class
- XmlSitemapInterface
- Provides an interface defining a XmlSitemap entity.
Namespace
Drupal\xmlsitemapCode
public function getUpdated();