Method | Description | |
---|---|---|
getIndex ( ) : |
Returns list of available sitemaps. | |
getProvider ( string $alias ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface | Returns provider for given alias. | |
getProviders ( ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface[] | Returns all providers. | |
hasProvider ( string $alias ) : boolean | Indicates that the provider with alias exists. |
public getIndex ( ) : |
||
return |
public getProvider ( string $alias ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface | ||
$alias | string | |
return | Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface |
public getProviders ( ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface[] | ||
return | Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface[] |
public hasProvider ( string $alias ) : boolean | ||
$alias | string | |
return | boolean |