Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
Rss class Drupal\comment\Plugin\views\row drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php Plugin which formats the comments as RSS items.
NcsLastCommentName class Drupal\comment\Plugin\views\sort drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/NcsLastCommentName.php Sort handler to sort by last comment name which might be in 2 different fields.
NcsLastUpdated class Drupal\comment\Plugin\views\sort drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/NcsLastUpdated.php Sort handler for the newer of last comment / node updated.
Thread class Drupal\comment\Plugin\views\sort drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/Thread.php Sort handler for ordering by thread.
Comment class Drupal\comment\Plugin\views\wizard drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
CommentActionsTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php Tests actions provided by the Comment module.
CommentAnonymousTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php Tests anonymous commenting.
CommentApprovalTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php Tests comment approval functionality.
CommentBlockTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php Tests the Comment module blocks.
CommentContentRebuildTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php Tests comment content rebuilding.
CommentCSSTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php Tests comment CSS classes.
CommentFieldsTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php Tests fields on comments.
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.
CommentLanguageTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php Functional tests for comment language.
CommentLinksTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php Tests comment links based on environment configurations.
CommentNewIndicatorTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php Tests the 'new' marker on comments.
CommentNodeAccessTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeAccessTest.php Tests comments with node access.
CommentNodeChangesTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeChangesTest.php Tests that comments behave correctly when the node is changed.
CommentPagerTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php Verifies pagination of comments.
CommentPreviewTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php Tests previewing comments.
CommentRssTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentRssTest.php Tests for Comment module integration with RSS feeds.
CommentStatisticsTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentStatisticsTest.php Tests the comment module administrative and end-user-facing interfaces.
CommentTestBase abstract class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php Provides setup and helper methods for comment tests. 19 1
CommentThreadingTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php Tests comment threading.
CommentTokenReplaceTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php Tests comment token replacement in strings.
CommentTranslationUITest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php Tests the Comment Translation UI.
ConfigCRUDTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php Tests CRUD operations on configuration objects.
ConfigEntityListTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php Tests the listing of configuration entities.
ConfigEntityTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php Tests configuration entities. 2
ConfigFileContentTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigFileContentTest.php Tests reading and writing file contents.
ConfigImportTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportTest.php Tests importing configuration from files into active configuration.
ConfigImportUITest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php Tests importing configuration from files into active store.
ConfigInstallTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php Tests installation of configuration objects in installation functionality.
ConfigOverrideTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigOverrideTest.php Tests configuration overrides via $conf in settings.php.
ConfigUpgradeTest class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/ConfigUpgradeTest.php Tests migration of variables into configuration objects.
LocaleConfigOverride class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/LocaleConfigOverride.php Tests locale config override.
ConfigStorageTestBase abstract class Drupal\config\Tests\Storage drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php Base class for testing storage controller operations. 2
DatabaseStorageTest class Drupal\config\Tests\Storage drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php Tests DatabaseStorage controller operations.
FileStorageTest class Drupal\config\Tests\Storage drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php Tests FileStorage controller operations.
ConfigTestFormController class Drupal\config_test drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php Form controller for the test config edit forms.
ConfigTest class Drupal\config_test\Plugin\Core\Entity drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigTest.php Defines the ConfigTest configuration entity. 2
CategoryFormController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php Base form controller for category edit forms.
CategoryListController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php Provides a listing of contact categories.
Category class Drupal\contact\Plugin\Core\Entity drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php Defines the contact category entity. 2
ContactAuthenticatedUserTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactAuthenticatedUserTest.php Tests the contact form for authenticated users.
ContactPersonalTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php Tests the personal contact form.
ContactSitewideTest class Drupal\contact\Tests drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php Tests the site-wide contact form.
ContextualLinks class Drupal\contextual\Plugin\views\field drupal/core/modules/contextual/lib/Drupal/contextual/Plugin/views/field/ContextualLinks.php Provides a handler that adds contextual links.
ContextualDynamicContextTest class Drupal\contextual\Tests drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php Tests accessible links after inaccessible links on dynamic context.
DBLogTest class Drupal\dblog\Tests drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php Tests logging messages to the database.

Pages

Other projects