public function XmlSitemapInterface::setUpdated in XML sitemap 8
Same name and namespace in other branches
- 2.x src/XmlSitemapInterface.php \Drupal\xmlsitemap\XmlSitemapInterface::setUpdated()
Sets if the sitemap was updated.
Parameters
bool $updated: Check is sitemap was updated.
Return value
\Drupal\xmlsitemap\XmlSitemapInterface The class instance that this method is called on.
1 method overrides XmlSitemapInterface::setUpdated()
- XmlSitemap::setUpdated in src/
Entity/ XmlSitemap.php - Sets if the sitemap was updated.
File
- src/
XmlSitemapInterface.php, line 135
Class
- XmlSitemapInterface
- Provides an interface defining a XmlSitemap entity.
Namespace
Drupal\xmlsitemapCode
public function setUpdated($updated);