You are here

public function SimpleSitemapPluginBase::description in Simple XML sitemap 4.x

Overrides SimpleSitemapPluginInterface::description

File

src/Plugin/simple_sitemap/SimpleSitemapPluginBase.php, line 28

Class

SimpleSitemapPluginBase
Class SimpleSitemapPluginBase

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap

Code

public function description() : string {
  return $this
    ->getPluginDefinition()['description'];
}