public function XmlSitemap::getUpdated in XML sitemap 8
Same name and namespace in other branches
- 2.x src/Entity/XmlSitemap.php \Drupal\xmlsitemap\Entity\XmlSitemap::getUpdated()
Returns the sitemap context.
Return value
array The context.
Overrides XmlSitemapInterface::getUpdated
File
- src/
Entity/ XmlSitemap.php, line 137
Class
- XmlSitemap
- Defines the XmlSitemap entity.
Namespace
Drupal\xmlsitemap\EntityCode
public function getUpdated() {
return $this->updated;
}