You are here

public function XmlSitemapInterface::getId in XML sitemap 8

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

Code

public function getId();