Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
ColorTest class Drupal\color\Tests drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php Tests the Color module functionality.
CommentAccessController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentAccessController.php Access controller for the comment entity.
CommentFormController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php Base for controller for comment forms.
CommentInterface interface Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentInterface.php Provides an interface defining a comment entity. 1 1
CommentRenderController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php Render controller for comments.
CommentStorageController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php Defines the controller class for comments.
CommentTranslationController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentTranslationController.php Defines the translation controller class for comments.
FieldNewItem class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/FieldNewItem.php The field item for the 'new' field.
FieldNewValue class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/FieldNewValue.php A computed property for the integer value of the 'new' field.
PublishComment class Drupal\comment\Plugin\Action drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/PublishComment.php Publishes a comment.
SaveComment class Drupal\comment\Plugin\Action drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/SaveComment.php Saves a comment.
UnpublishByKeywordComment class Drupal\comment\Plugin\Action drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/UnpublishByKeywordComment.php Unpublishes a comment containing certain keywords.
UnpublishComment class Drupal\comment\Plugin\Action drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/UnpublishComment.php Unpublishes a comment.
RecentCommentsBlock class Drupal\comment\Plugin\Block drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php Provides a 'Recent comments' block.
Comment class Drupal\comment\Plugin\Core\Entity drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php Defines the comment entity class. 5
CommentSelection class Drupal\comment\Plugin\entity_reference\selection drupal/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php Provides specific access control for the comment entity type.
UserUid class Drupal\comment\Plugin\views\argument drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php Argument handler to accept a user id to check for nodes that user posted or commented on. 1 1
Comment class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php Field handler to allow linking to a comment.
Depth class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Depth.php Field handler to display the depth of a comment.
LastTimestamp class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LastTimestamp.php Field handler to display the timestamp of a comment with the count of comments.
Link class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Link.php Base field handler to present a link. 4
LinkApprove class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkApprove.php Provides a comment approve link.
LinkDelete class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkDelete.php Field handler to present a link to delete a node.
LinkEdit class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkEdit.php Field handler to present a link node edit.
LinkReply class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkReply.php Field handler to present a link to delete a node.
NcsLastCommentName class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastCommentName.php Field handler to present the name of the last comment poster.
NcsLastUpdated class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastUpdated.php Field handler to display the newer of last comment / node updated.
NodeComment class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php Display node comment status.
NodeLink class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeLink.php Handler for showing comment module's node link.
NodeNewComments class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php Field handler to display the number of new comments.
Username class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Username.php Field handler to allow linking to a user account or homepage.
NcsLastUpdated class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NcsLastUpdated.php Filter handler for the newer of last comment / node updated.
NodeComment class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NodeComment.php Filter based on comment node status.
UserUid class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php Filter handler to accept a user id to check for nodes that user posted or commented on.
CommentRow class Drupal\comment\Plugin\views\row drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php Plugin which performs a comment_view on the resulting object.
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.

Pages

Other projects