You are here

public function XmlSitemapInterface::setUpdated in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 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\xmlsitemap

Code

public function setUpdated($updated);