You are here

interface UrlGeneratorInterface in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
  2. 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface

Interface UrlGeneratorInterface

Hierarchy

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\UrlGenerator
View source
interface UrlGeneratorInterface extends SimpleSitemapPluginInterface {
  public function setSitemapVariant(SimpleSitemapInterface $sitemap_variant) : UrlGeneratorInterface;
  public function getDataSets() : array;
  public function generate($data_set) : array;

}

Members