CommentPagerTest |
class |
|
core/modules/comment/tests/comment.test |
Verifies pagination of comments. |
CommentNodeAccessTest |
class |
|
core/modules/comment/tests/comment.test |
Tests comments with node access. |
CommentApprovalTest |
class |
|
core/modules/comment/tests/comment.test |
Tests comment approval functionality. |
CommentBlockFunctionalTest |
class |
|
core/modules/comment/tests/comment.test |
Tests the Comment module blocks. |
CommentRSSUnitTest |
class |
|
core/modules/comment/tests/comment.test |
Unit tests for Comment module integration with RSS feeds. |
CommentContentRebuild |
class |
|
core/modules/comment/tests/comment.test |
Tests comment content rebuilding. |
CommentTokenReplaceTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests comment token replacement in strings. |
CommentActionsTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests actions provided by the Comment module. |
CommentFieldsTest |
class |
|
core/modules/comment/tests/comment.test |
Tests fields on comments. |
CommentThreadingTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests comment threading. |
CommentNodeChangesTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests that comments behave correctly when the node is changed. |
CommentAuthorDeletionTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests the behavior of comments when the comment author is deleted. |
CommentViewsHandlerArgumentUserUidTest |
class |
|
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Tests the argument_comment_user_uid handler. |
CommentViewsHandlerFilterUserUidTest |
class |
|
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Tests the filter_comment_user_uid handler. |
views_handler_argument_comment_user_uid |
class |
|
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Argument handler to accept a user id to check for nodes that
user posted or commented on. |
views_handler_field_comment |
class |
|
core/modules/comment/views/views_handler_field_comment.inc |
Field handler to allow linking to a comment. |
views_handler_field_comment_depth |
class |
|
core/modules/comment/views/views_handler_field_comment_depth.inc |
Field handler to display the depth of a comment. |
views_handler_field_comment_link |
class |
|
core/modules/comment/views/views_handler_field_comment_link.inc |
Base field handler to present a link. |
views_handler_field_comment_link_approve |
class |
|
core/modules/comment/views/views_handler_field_comment_link_approve.inc |
Field handler to present a link to approve a comment. |
views_handler_field_comment_link_delete |
class |
|
core/modules/comment/views/views_handler_field_comment_link_delete.inc |
Field handler to present a link to delete a comment. |
views_handler_field_comment_link_edit |
class |
|
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
Field handler to present a link to edit a comment. |
views_handler_field_comment_link_reply |
class |
|
core/modules/comment/views/views_handler_field_comment_link_reply.inc |
Field handler to present a link to reply to a comment. |
views_handler_field_comment_node_link |
class |
|
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Handler for showing comment module's node link. |
views_handler_field_comment_username |
class |
|
core/modules/comment/views/views_handler_field_comment_username.inc |
Field handler to allow linking to a user account or homepage. |
views_handler_field_last_comment_timestamp |
class |
|
core/modules/comment/views/views_handler_field_last_comment_timestamp.inc |
Field handler to display the timestamp of a comment with the count of comments. |
views_handler_field_ncs_last_comment_name |
class |
|
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Field handler to present the name of the last comment poster. |
views_handler_field_ncs_last_updated |
class |
|
core/modules/comment/views/views_handler_field_ncs_last_updated.inc |
Field handler to display the newer of last comment / node updated. |
views_handler_field_node_comment |
class |
|
core/modules/comment/views/views_handler_field_node_comment.inc |
Display node comment status. |
views_handler_field_node_new_comments |
class |
|
core/modules/comment/views/views_handler_field_node_new_comments.inc |
Field handler to display the number of new comments. |
views_handler_filter_comment_user_uid |
class |
|
core/modules/comment/views/views_handler_filter_comment_user_uid.inc |
Filter handler to accept a user id to check for nodes that user posted or
commented on. |
views_handler_filter_ncs_last_updated |
class |
|
core/modules/comment/views/views_handler_filter_ncs_last_updated.inc |
Filter handler for the newer of last comment / node updated. |
views_handler_filter_node_comment |
class |
|
core/modules/comment/views/views_handler_filter_node_comment.inc |
Filter based on comment node status. |
views_handler_sort_comment_thread |
class |
|
core/modules/comment/views/views_handler_sort_comment_thread.inc |
Sort handler for ordering by thread. |
views_handler_sort_ncs_last_comment_name |
class |
|
core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc |
Sort handler to sort by last comment name which might be in 2 different
fields. |
views_handler_sort_ncs_last_updated |
class |
|
core/modules/comment/views/views_handler_sort_ncs_last_updated.inc |
Sort handler for the newer of last comment / node updated. |
views_plugin_row_comment_rss |
class |
|
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Plugin which formats the comments as RSS items. |
views_plugin_row_comment_view |
class |
|
core/modules/comment/views/views_plugin_row_comment_view.inc |
Plugin which performs a comment_view on the resulting object. |
ConfigurationTest |
class |
|
core/modules/config/tests/config.test |
Tests reading and writing file contents. |
ConfigurationHooksTest |
class |
|
core/modules/config/tests/config.test |
Tests hooks for validation, creating, updating, and deleting configurations. |
ConfigurationUITest |
class |
|
core/modules/config/tests/config.test |
Tests the UI for syncing, importing, and exporting. |
ConfigurationSyncTest |
class |
|
core/modules/config/tests/config.test |
Tests that hook_config_create() is run during config sync. |
ContactSitewideTestCase |
class |
|
core/modules/contact/tests/contact.test |
Tests the site-wide contact form. |
ContactPersonalTestCase |
class |
|
core/modules/contact/tests/contact.test |
Tests the personal contact form. |
views_handler_field_contact_link |
class |
|
core/modules/contact/views/views_handler_field_contact_link.inc |
A field that links to the user contact page, if access is permitted. |
ContextualDynamicContextTestCase |
class |
|
core/modules/contextual/tests/contextual.test |
Tests accessible links after inaccessible links on dynamic context. |
DashboardCreateBlock |
class |
|
core/modules/dashboard/includes/block.create.inc |
@file
Dashboard block providing links to create new content. |
DashboardMenuBlock |
class |
|
core/modules/dashboard/includes/block.menus.inc |
@file
Dashboard block displaying menus on the site. |
DashboardNewsBlock |
class |
|
core/modules/dashboard/includes/block.news.inc |
|
DashboardContentTypesBlock |
class |
|
core/modules/dashboard/includes/block.node_types.inc |
@file
Dashboard block displaying information about content types. |
DashboardOverviewContentBlock |
class |
|
core/modules/dashboard/includes/block.overview_content.inc |
@file
Dashboard block displaying information about content, including: |