UrlGeneratorInterface.php in Simple XML sitemap 8.2
Same filename and directory in other branches
File
src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.phpView 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
Name | Description |
---|---|
UrlGeneratorInterface | Interface UrlGeneratorInterface @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator |