interface UrlGeneratorInterface in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
- 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
Interface UrlGeneratorInterface
Hierarchy
- interface \Drupal\Core\Plugin\ContainerFactoryPluginInterface
- interface \Drupal\simple_sitemap\Plugin\simple_sitemap\SimpleSitemapPluginInterface
- interface \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
- interface \Drupal\simple_sitemap\Plugin\simple_sitemap\SimpleSitemapPluginInterface
Expanded class hierarchy of UrlGeneratorInterface
All classes that implement UrlGeneratorInterface
File
- src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorInterface.php, line 11
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorView source
interface UrlGeneratorInterface extends SimpleSitemapPluginInterface {
public function setSitemapVariant(SimpleSitemapInterface $sitemap_variant) : UrlGeneratorInterface;
public function getDataSets() : array;
public function generate($data_set) : 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 | |
UrlGeneratorInterface:: |
public | function | 1 | |
UrlGeneratorInterface:: |
public | function | 1 | |
UrlGeneratorInterface:: |
public | function | 1 |