DirectoryTest |
class |
Drupal\Tests\xmlsitemap\Kernel |
tests/src/Kernel/DirectoryTest.php |
Tests directory functions. |
|
|
|
KernelTestBase |
abstract class |
Drupal\Tests\xmlsitemap\Kernel |
tests/src/Kernel/KernelTestBase.php |
Base class for xmlsitemap kernel tests. |
3 |
|
|
MetatagNoIndexTest |
class |
Drupal\Tests\xmlsitemap\Kernel |
tests/src/Kernel/MetatagNoIndexTest.php |
Tests integration with the Metatag module. |
|
|
|
XmlSitemap |
class |
Drupal\xmlsitemap\Entity |
src/Entity/XmlSitemap.php |
Defines the XmlSitemap entity. |
|
8 |
|
XmlSitemapCommands |
class |
Drupal\xmlsitemap\Commands |
src/Commands/XmlSitemapCommands.php |
Drush commands for XML sitemap. |
|
|
2 |
XmlSitemapController |
class |
Drupal\xmlsitemap\Controller |
src/Controller/XmlSitemapController.php |
Class for Xml Sitemap Controller. |
|
1 |
|
XmlSitemapCustomAddForm |
class |
Drupal\xmlsitemap_custom\Form |
xmlsitemap_custom/src/Form/XmlSitemapCustomAddForm.php |
Provides a form for adding a custom link. |
|
|
1 |
XmlSitemapCustomDeleteForm |
class |
Drupal\xmlsitemap_custom\Form |
xmlsitemap_custom/src/Form/XmlSitemapCustomDeleteForm.php |
Provides a form for deleting a custom link. |
|
|
1 |
XmlSitemapCustomEditForm |
class |
Drupal\xmlsitemap_custom\Form |
xmlsitemap_custom/src/Form/XmlSitemapCustomEditForm.php |
Provides a form for editing a custom link. |
|
|
1 |
XmlSitemapCustomFunctionalTest |
class |
Drupal\Tests\xmlsitemap_custom\Functional |
xmlsitemap_custom/tests/src/Functional/XmlSitemapCustomFunctionalTest.php |
Tests the functionality of xmlsitemap_custom module. |
|
|
|
XmlSitemapCustomListController |
class |
Drupal\xmlsitemap_custom\Controller |
xmlsitemap_custom/src/Controller/XmlSitemapCustomListController.php |
Builds the list table for all custom links. |
|
|
|
XmlSitemapDeleteForm |
class |
Drupal\xmlsitemap\Form |
src/Form/XmlSitemapDeleteForm.php |
Builds the form to delete a sitemap. |
|
|
|
XmlSitemapEnginesFunctionalTest |
class |
Drupal\Tests\xmlsitemap_engines\Functional |
xmlsitemap_engines/tests/src/Functional/XmlSitemapEnginesFunctionalTest.php |
Test xmlsitemap_engines functionality. |
|
|
|
XmlSitemapEnginesSettingsForm |
class |
Drupal\xmlsitemap_engines\Form |
xmlsitemap_engines/src/Form/XmlSitemapEnginesSettingsForm.php |
Configure xmlsitemap engines settings for this site. |
|
|
1 |
XmlSitemapEnginesTestController |
class |
Drupal\xmlsitemap_engines_test\Controller |
xmlsitemap_engines/tests/modules/xmlsitemap_engines_test/src/Controller/XmlSitemapEnginesTestController.php |
Returns responses for xmlsitemap_engines_test.ping route. |
|
|
|
XmlSitemapEntitiesSettingsForm |
class |
Drupal\xmlsitemap\Form |
src/Form/XmlSitemapEntitiesSettingsForm.php |
Configure what entities will be included in sitemap. |
|
|
1 |
XmlSitemapEntityFunctionalTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapEntityFunctionalTest.php |
Tests the generation of a random content entity links. |
|
|
|
XmlSitemapException |
class |
Drupal\xmlsitemap |
src/XmlSitemapException.php |
Base XmlSitemapException class. |
1 |
|
|
XmlSitemapForm |
class |
Drupal\xmlsitemap\Form |
src/Form/XmlSitemapForm.php |
Provides a form for creating and editing xmlsitemap entities. |
|
|
|
XmlSitemapFunctionalTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapFunctionalTest.php |
Tests the generation of sitemaps. |
|
|
|
XmlSitemapGenerationException |
class |
Drupal\xmlsitemap |
src/XmlSitemapGenerationException.php |
Exception thrown at sitemap generation. |
|
|
|
XmlSitemapGenerator |
class |
Drupal\xmlsitemap |
src/XmlSitemapGenerator.php |
XmlSitemap generator service class. |
|
|
2 |
XmlSitemapGeneratorInterface |
interface |
Drupal\xmlsitemap |
src/XmlSitemapGeneratorInterface.php |
Provides an interface defining a XmlSitemapGenerator service. |
1 |
|
|
XmlSitemapInterface |
interface |
Drupal\xmlsitemap |
src/XmlSitemapInterface.php |
Provides an interface defining a XmlSitemap entity. |
1 |
2 |
|
XmlSitemapLinkBundleSettingsForm |
class |
Drupal\xmlsitemap\Form |
src/Form/XmlSitemapLinkBundleSettingsForm.php |
Configure what entities will be included in sitemap. |
|
|
1 |
XmlSitemapLinkStorage |
class |
Drupal\xmlsitemap |
src/XmlSitemapLinkStorage.php |
XmlSitemap link storage service class. |
|
|
2 |
XmlSitemapLinkStorageInterface |
interface |
Drupal\xmlsitemap |
src/XmlSitemapLinkStorageInterface.php |
Provides an interface defining a XmlSitemapLinkStorage service. |
1 |
4 |
|
XmlSitemapListBuilder |
class |
Drupal\xmlsitemap |
src/XmlSitemapListBuilder.php |
Provides a listing of XmlSitemap. |
|
|
|
XmlSitemapListBuilderTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapListBuilderTest.php |
Tests the sitemaps list builder. |
|
|
|
XmlSitemapMenuFunctionalTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapMenuFunctionalTest.php |
Tests the generation of menu links. |
|
|
|
XmlSitemapMultilingualNodeTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapMultilingualNodeTest.php |
Tests the generation of multilingual nodes. |
|
|
|
XmlSitemapMultilingualTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapMultilingualTest.php |
Tests the generation of multilingual sitemaps. |
|
|
|
XmlSitemapMultilingualTestBase |
abstract class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapMultilingualTestBase.php |
Common base test class for XML sitemap internationalization tests. |
2 |
|
|
XmlSitemapNodeFunctionalTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapNodeFunctionalTest.php |
Tests the generation of node links. |
|
|
|
XmlSitemapRebuildForm |
class |
Drupal\xmlsitemap\Form |
src/Form/XmlSitemapRebuildForm.php |
Configure xmlsitemap settings for this site. |
|
|
1 |
XmlSitemapRebuildTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapRebuildTest.php |
Tests the rebuild process of sitemaps. |
|
|
|
XmlSitemapRobotsTxtIntegrationTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapRobotsTxtIntegrationTest.php |
Tests the robots.txt file existence. |
|
|
|
XmlSitemapSettingsForm |
class |
Drupal\xmlsitemap\Form |
src/Form/XmlSitemapSettingsForm.php |
Configure xmlsitemap settings for this site. |
|
|
1 |
XmlSitemapStorage |
class |
Drupal\xmlsitemap |
src/XmlSitemapStorage.php |
XmlSitemap storage service class. |
|
|
|
XmlSitemapTaxonomyFunctionalTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapTaxonomyFunctionalTest.php |
Tests the generation of taxonomy links. |
|
|
|
XmlSitemapTestBase |
abstract class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapTestBase.php |
Helper test class with some added functions for testing. |
13 |
2 |
|
XmlSitemapUnitTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapUnitTest.php |
Unit tests for the XML sitemap module. |
|
|
|
XmlSitemapUserFunctionalTest |
class |
Drupal\Tests\xmlsitemap\Functional |
tests/src/Functional/XmlSitemapUserFunctionalTest.php |
Tests the generation of user links. |
|
|
|
XmlSitemapWriter |
class |
Drupal\xmlsitemap |
src/XmlSitemapWriter.php |
Extended class for writing XML sitemap files. |
|
1 |
|
XmlSitemapWriterTest |
class |
Drupal\Tests\xmlsitemap\Kernel |
tests/src/Kernel/XmlSitemapWriterTest.php |
Tests \Drupal\xmlsitemap\XmlSitemapWriter. |
|
|
|