Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
UpdateFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
AggregatorTestBase abstract class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php Defines a base class for testing aggregator.module. 12
AggregatorConfigurationTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php Tests aggregator configuration settings.
ImportOpmlTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
FeedParserTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php Tests for feed parsing.
UpdateFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
CategorizeFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php
AggregatorCronTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorCronTest.php
RemoveFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php
CategorizeFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php
RemoveFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php
AggregatorRenderingTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
PluginSettingsBase abstract class Drupal\field\Plugin drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php Base class for the Field API plugins. 2 2
CrudTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
BulkDeleteTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php Unit test class for field bulk delete and batch purge functionality.
FieldAccessTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php Tests the functionality of field access.
EntityPropertiesTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/EntityPropertiesTest.php Tests entity properties.
TranslationTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php Unit test class for the multilanguage fields logic.
DisplayApiTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php
FieldInfoTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
FieldTestBase abstract class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php Parent class for Field API tests. 14 4
FieldAttachStorageTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php Unit test class for storage-related field_attach_* functions.
FieldAttachTestBase abstract class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachTestBase.php 2
FieldInstanceCrudTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php
FieldAttachOtherTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php Unit test class for non-storage related field_attach_* functions.
FormTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
SearchNumberMatchingTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php Tests that numbers can be searched, with more complex matching.
SearchPageTextTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php Tests the bike shed text on no results page, and text on the search page.
SearchPageOverrideTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php Tests that hook_search_page runs.
SearchMultilingualEntityTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php Tests entities with multilingual fields.
SearchTokenizerTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php Test the CJK tokenizer.
SearchBlockTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
SearchMatchTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php
SearchExpressionInsertExtractTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractTest.php Tests search_expression_insert() and search_expression_extract().
SearchEmbedFormTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php Tests that we can embed a form in search results and submit it.
SearchTestBase abstract class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchTestBase.php 20
SearchRankingTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
SearchSimplifyTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchSimplifyTest.php Test search_simplify() on every Unicode character, and some other cases.
SearchAdvancedSearchFormTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php
SearchConfigSettingsFormTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php Test config page.
SearchExactTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php Tests that searching for a phrase gets the correct page count.
SearchPreprocessLangcodeTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php Test search_simplify() on every Unicode character, and some other cases.
SearchExcerptTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchExcerptTest.php Tests the search_excerpt() function.
SearchNumbersTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php Tests that numbers can be searched.
SearchCommentCountToggleTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php Tests that comment count display toggles properly on comment status of node
SearchKeywordsConditionsTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php Tests keywords and conditions.
SearchCommentTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php Test integration searching comments.
SearchNodeAccessTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php Tests node search with node access control.
SearchLanguageTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php Test node search with multiple languages.
BookTest class Drupal\book\Tests drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php

Pages

Other projects