public function SitemapBase::settingsSummary in Sitemap 2.0.x
Same name and namespace in other branches
- 8.2 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 107
Class
- SitemapBase
- Base class for Sitemap plugin implementations.
Namespace
Drupal\sitemapCode
public function settingsSummary() {
return [];
}