Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
FileManagedTestBase abstract class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php Base class for file tests that use the file_test module to test uploads and hooks. 12
FileTokenReplaceTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileTokenReplaceTest.php Tests the file token replacement in strings.
FileFieldRevisionTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php Tests file handling with node revisions.
FileFieldPathTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php Tests that files are uploaded to proper locations.
UpdateContribTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php Tests behavior related to handling updates to contributed modules and themes.
UpdateCoreUnitTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php Tests update functionality unrelated to the database.
UpdateTestBase abstract class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateTestBase.php Defines some shared functions used by all update tests. 3
UpdateUploadTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php Tests project upload and extract functionality.
UpdateCoreTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php Tests behavior related to discovering and listing updates to Drupal core.
FilterSettingsTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSettingsTest.php Tests filter settings.
FilterHooksTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php Tests for filter hook invocation.
FilterAPITest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php Tests the behavior of Filter's API.
FilterNoFormatTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php Tests the behavior of check_markup() when it is called without text format.
FilterUnitTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php Unit tests for core filters.
FilterDefaultFormatTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php
FilterFormatAccessTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
FilterCrudTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php Tests for text format and filter CRUD operations.
FilterHtmlImageSecureTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php Tests restriction of IMG tags in HTML input.
FilterSecurityTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php Security tests for missing/vanished text formats or filters.
FilterAdminTest class Drupal\filter\Tests drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
NoHelpTest class Drupal\help\Tests drupal/core/modules/help/lib/Drupal/help/Tests/NoHelpTest.php Tests a module without help to verify it is not listed in the help page.
HelpTest class Drupal\help\Tests drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php Tests help display and user access for all modules implementing help.
EntityTranslationUITest abstract class Drupal\translation_entity\Tests drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php Tests the Entity Translation UI. 6 4
EntityTestTranslationUITest class Drupal\translation_entity\Tests drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php Tests the Entity Test Translation UI.
ConfigTestTranslationUITest class Drupal\translation_entity\Tests drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php Tests the Config Test Translation UI.
LanguageConfigurationTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php Functional tests for language configuration's effect on negotiation setup.
LanguageUILanguageNegotiationTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php Test UI language negotiation
LanguagePathMonolingualTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php Tests that paths are not prefixed on a monolingual site.
LanguageBrowserDetectionUnitTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php Test browser language detection.
LanguageListTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php Functional tests for the language list configuration forms.
LanguageNegotiationInfoTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php Functional test for language types/negotiation info.
LanguageUrlRewritingTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php Test that URL rewriting works as expected.
LanguageDependencyInjectionTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php Test for dependency injected language object.
LanguageSwitchingTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php Functional tests for the language switching feature.
LanguageCustomLanguageConfigurationTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php Functional tests for language configuration.
LanguageConfigurationElementTest class Drupal\language\Tests drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php Functional tests for language configuration's effect on negotiation setup.
ToolbarHookToolbarTest class Drupal\toolbar\Tests drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarHookToolbarTest.php Tests the toolbar tab and tray registration.
MenuTest class Drupal\menu\Tests drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
MenuNodeTest class Drupal\menu\Tests drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php Test menu settings for nodes.
DBLogTest class Drupal\dblog\Tests drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php Tests logging messages to the database.
TrackerTest class Drupal\tracker\Tests drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php Defines a base class for testing tracker.module.
TrackerNodeAccessTest class Drupal\tracker\Tests drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerNodeAccessTest.php Tests for private node access on /tracker.
DrupalJsonldNormalizerTest class Drupal\jsonld\Tests drupal/core/modules/jsonld/lib/Drupal/jsonld/Tests/DrupalJsonldNormalizerTest.php Test the vendor specific JSON-LD normalizer.
JsonldNormalizerTestBase abstract class Drupal\jsonld\Tests drupal/core/modules/jsonld/lib/Drupal/jsonld/Tests/JsonldNormalizerTestBase.php Parent class for JSON-LD tests. 1 1
ConfigurationTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php Actions configuration.
BulkFormTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php Tests the views bulk form test.
LoopTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/LoopTest.php Tests aborting of actions executing in a potential loop.
CommentInterfaceTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php Tests the comment module administrative and end-user-facing interfaces.
CommentContentRebuildTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php Tests comment content rebuilding.
CommentNewIndicatorTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php Tests the 'new' marker on comments.

Pages

Other projects