You are here

public function XmlSitemapInterface::getContext in XML sitemap 2.x

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

Code

public function getContext();