You are here

14 calls to VariantSetterTrait::getVariants() in Simple XML sitemap 4.x

CustomLinkManager::add in src/Manager/CustomLinkManager.php
Stores a custom path along with its settings to configuration for the currently set variants.
CustomLinkManager::get in src/Manager/CustomLinkManager.php
Gets custom link settings for the currently set variants.
CustomLinkManager::remove in src/Manager/CustomLinkManager.php
Removes custom links from currently set variants.
EntityManager::getBundleSettings in src/Manager/EntityManager.php
Gets settings for bundle or non-bundle entity types. This is done for the currently set variants.
EntityManager::getEntityInstanceSettings in src/Manager/EntityManager.php
Gets sitemap settings for an entity instance which overrides bundle settings, or gets bundle settings, if they are not overridden. This is done for the currently set variant. Please note, this method takes only the first set variant into account. See…
EntityManager::removeBundleSettings in src/Manager/EntityManager.php
Removes settings for bundle or a non-bundle entity types. This is done for the currently set variants.
EntityManager::removeEntityInstanceSettings in src/Manager/EntityManager.php
Removes sitemap settings for entities that override bundle settings. This is done for the currently set variants.
EntityManager::setBundleSettings in src/Manager/EntityManager.php
Sets settings for bundle or non-bundle entity types. This is done for the currently set variant. Note that this method takes only the first set variant into account. See todo.
EntityManager::setEntityInstanceSettings in src/Manager/EntityManager.php
Overrides sitemap settings for a single entity for the currently set variants.
Generator::customLinkManager in src/Manager/Generator.php
Generator::entityManager in src/Manager/Generator.php
Generator::getSitemap in src/Manager/Generator.php
Returns a sitemap variant, its index, or its requested chunk.
Generator::queue in src/Manager/Generator.php
Queues links from currently set variants.
Generator::rebuildQueue in src/Manager/Generator.php
Deletes the queue and queues links from currently set variants.