You are here

interface UrlGeneratorInterface in Simple XML sitemap 8.2

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. 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 generate();

  /**
   * @return mixed
   */
  public function getDataSets();

}

Members