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