You are here

public function SitemapInterface::settingsSummary in Sitemap 8.2

Same name and namespace in other branches
  1. 2.0.x src/SitemapInterface.php \Drupal\sitemap\SitemapInterface::settingsSummary()

Returns a short summary for the current mapping settings.

If an empty result is returned, a UI can still be provided to display a settings form in case the mapping has configurable settings.

Return value

string[] A short summary of the mapping settings.

1 method overrides SitemapInterface::settingsSummary()
SitemapBase::settingsSummary in src/SitemapBase.php
Returns a short summary for the current mapping settings.

File

src/SitemapInterface.php, line 39

Class

SitemapInterface
Interface definition for sitemap plugins.

Namespace

Drupal\sitemap

Code

public function settingsSummary();