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