Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort descending Use statements Strings
AddFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php Tests aggregator feed adding.
UpdateFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
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
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
FieldAttachStorageTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php Unit test class for storage-related field_attach_* functions.
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.
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
NodeBlockTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockTest.php Tests the availability of the syndicate block.
NodeCreationTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php Tests creating and saving a node.
NodeAccessFieldTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php Tests the interaction of the node access system with fields.
NodeAccessLanguageTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php Verifies node_access() functionality for multiple languages.

Pages

Other projects