SitemapTypeInterface.php in Simple XML sitemap 8.3
File
src/Plugin/simple_sitemap/SitemapType/SitemapTypeInterface.phpView source
<?php
namespace Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapType;
/**
* Interface SitemapTypeInterface
* @package Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapType
*/
interface SitemapTypeInterface {
}
Interfaces
Name | Description |
---|---|
SitemapTypeInterface | Interface SitemapTypeInterface @package Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapType |