interface SimpleSitemapPluginInterface in Simple XML sitemap 4.x
Interface SimpleSitemapPluginInterface
Hierarchy
- interface \Drupal\Core\Plugin\ContainerFactoryPluginInterface
- interface \Drupal\simple_sitemap\Plugin\simple_sitemap\SimpleSitemapPluginInterface
Expanded class hierarchy of SimpleSitemapPluginInterface
All classes that implement SimpleSitemapPluginInterface
2 files declare their use of SimpleSitemapPluginInterface
- SitemapGeneratorInterface.php in src/
Plugin/ simple_sitemap/ SitemapGenerator/ SitemapGeneratorInterface.php - UrlGeneratorInterface.php in src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorInterface.php
File
- src/
Plugin/ simple_sitemap/ SimpleSitemapPluginInterface.php, line 10
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemapView source
interface SimpleSitemapPluginInterface extends ContainerFactoryPluginInterface {
public function label() : string;
public function description() : string;
public function settings() : array;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContainerFactoryPluginInterface:: |
public static | function | Creates an instance of the plugin. | 120 |
SimpleSitemapPluginInterface:: |
public | function | 1 | |
SimpleSitemapPluginInterface:: |
public | function | 1 | |
SimpleSitemapPluginInterface:: |
public | function | 1 |