You are here

public function SitemapBase::settingsSummary in Sitemap 8.2

Same name and namespace in other branches
  1. 2.0.x src/SitemapBase.php \Drupal\sitemap\SitemapBase::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.

Overrides SitemapInterface::settingsSummary

File

src/SitemapBase.php, line 104

Class

SitemapBase
Base class for Sitemap plugin implementations.

Namespace

Drupal\sitemap

Code

public function settingsSummary() {
  return [];
}