interface UrlGeneratorInterface in Simple XML sitemap 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
- 4.x src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
Interface UrlGeneratorInterface @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator
Hierarchy
- interface \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
Expanded class hierarchy of UrlGeneratorInterface
All classes that implement UrlGeneratorInterface
File
- src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorInterface.php, line 9
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorView source
interface UrlGeneratorInterface {
public function setSettings(array $settings);
public function setSitemapVariant($sitemap_variant);
public function getDataSets();
public function generate($data_set);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UrlGeneratorInterface:: |
public | function | 1 | |
UrlGeneratorInterface:: |
public | function | 1 | |
UrlGeneratorInterface:: |
public | function | 1 | |
UrlGeneratorInterface:: |
public | function | 1 |