You are here

interface UrlGeneratorInterface in Simple XML sitemap 8.3

Same name and namespace in other branches
  1. 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface
  2. 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

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

}

Members