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