public function SitemapInterface::getLabel in Sitemap 8.2
Same name and namespace in other branches
- 2.0.x src/SitemapInterface.php \Drupal\sitemap\SitemapInterface::getLabel()
Returns the administrative label for this mapping plugin.
Return value
string The label.
1 method overrides SitemapInterface::getLabel()
- SitemapBase::getLabel in src/
SitemapBase.php - Returns the administrative label for this mapping plugin.
File
- src/
SitemapInterface.php, line 55
Class
- SitemapInterface
- Interface definition for sitemap plugins.
Namespace
Drupal\sitemapCode
public function getLabel();