You are here

public function XmlSitemap::getContext in XML sitemap 8

Same name and namespace in other branches
  1. 2.x src/Entity/XmlSitemap.php \Drupal\xmlsitemap\Entity\XmlSitemap::getContext()

Returns the sitemap context.

Return value

array The context.

Overrides XmlSitemapInterface::getContext

File

src/Entity/XmlSitemap.php, line 130

Class

XmlSitemap
Defines the XmlSitemap entity.

Namespace

Drupal\xmlsitemap\Entity

Code

public function getContext() {
  return $this->context;
}