You are here

UrlGeneratorInterface.php in Simple XML sitemap 8.2

File

src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php
View source
<?php

namespace Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator;


/**
 * Interface UrlGeneratorInterface
 * @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator
 */
interface UrlGeneratorInterface {
  public function generate();

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

}

Interfaces

Namesort descending Description
UrlGeneratorInterface Interface UrlGeneratorInterface @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator