File name Locationsort descending Description
comment.module core/modules/comment/comment.module Enables users to comment on published content.
comment.pages.inc core/modules/comment/comment.pages.inc User page callbacks for the Comment module.
comment.theme.inc core/modules/comment/comment.theme.inc Theme functions for the Comment module.
comment.tokens.inc core/modules/comment/comment.tokens.inc Builds placeholder replacement tokens for comment-related data.
comment.css core/modules/comment/css/comment.css #comments { margin-top: 15px; } .indented { margin-left: 25px; /* LTR */ } [dir="rtl"] .indented { margin-left: 0; margin-right: 25px; } .comment-unpublished { background-color: #fff4f4; } .comment-preview { background-color:…
comment.tpl.php core/modules/comment/templates/comment.tpl.php Default theme implementation for comments.
comment.test core/modules/comment/tests/comment.test Tests for the Comment module.
comment.tests.info core/modules/comment/tests/comment.tests.info [CommentInterfaceTest] name = Comment interface description = Test comment user interfaces. group = Comment file = comment.test [CommentPreviewTest] name = Comment preview description = Test comment preview. group = Comment file =…
comment_views_handler_argument_user_uid.test core/modules/comment/tests/comment_views_handler_argument_user_uid.test Definition of CommentViewsHandlerArgumentUserUidTest.
comment_views_handler_filter_user_uid.test core/modules/comment/tests/comment_views_handler_filter_user_uid.test Definition of viewsHandlerFilterCommentUserUidTest.
comment.views.inc core/modules/comment/views/comment.views.inc Provide views data and handlers for comment.module.
views_handler_argument_comment_user_uid.inc core/modules/comment/views/views_handler_argument_comment_user_uid.inc Definition of views_handler_argument_comment_user_uid.
views_handler_field_comment.inc core/modules/comment/views/views_handler_field_comment.inc Definition of views_handler_field_comment.
views_handler_field_comment_depth.inc core/modules/comment/views/views_handler_field_comment_depth.inc Definition of views_handler_field_comment_depth.
views_handler_field_comment_link.inc core/modules/comment/views/views_handler_field_comment_link.inc Definition of views_handler_field_comment_link.
views_handler_field_comment_link_approve.inc core/modules/comment/views/views_handler_field_comment_link_approve.inc Definition of views_handler_field_comment_link_approve.
views_handler_field_comment_link_delete.inc core/modules/comment/views/views_handler_field_comment_link_delete.inc Definition of views_handler_field_comment_link_delete.
views_handler_field_comment_link_edit.inc core/modules/comment/views/views_handler_field_comment_link_edit.inc Definition of views_handler_field_comment_link_edit.
views_handler_field_comment_link_reply.inc core/modules/comment/views/views_handler_field_comment_link_reply.inc Definition of views_handler_field_comment_link_reply.
views_handler_field_comment_node_link.inc core/modules/comment/views/views_handler_field_comment_node_link.inc Definition of views_handler_field_comment_node_link.
views_handler_field_comment_username.inc core/modules/comment/views/views_handler_field_comment_username.inc Definition of views_handler_field_comment_username.
views_handler_field_last_comment_timestamp.inc core/modules/comment/views/views_handler_field_last_comment_timestamp.inc Definition of views_handler_field_last_comment_timestamp.
views_handler_field_ncs_last_comment_name.inc core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc Definition of views_handler_field_ncs_last_comment_name.
views_handler_field_ncs_last_updated.inc core/modules/comment/views/views_handler_field_ncs_last_updated.inc Definition of views_handler_field_ncs_last_updated.
views_handler_field_node_comment.inc core/modules/comment/views/views_handler_field_node_comment.inc Definition of views_handler_field_node_comment.
views_handler_field_node_new_comments.inc core/modules/comment/views/views_handler_field_node_new_comments.inc Definition of views_handler_field_node_new_comments.
views_handler_filter_comment_user_uid.inc core/modules/comment/views/views_handler_filter_comment_user_uid.inc Definition of views_handler_filter_comment_user_uid.
views_handler_filter_ncs_last_updated.inc core/modules/comment/views/views_handler_filter_ncs_last_updated.inc Definition of views_handler_filter_ncs_last_updated.
views_handler_filter_node_comment.inc core/modules/comment/views/views_handler_filter_node_comment.inc Definition of views_handler_filter_node_comment.
views_handler_sort_comment_thread.inc core/modules/comment/views/views_handler_sort_comment_thread.inc Definition of views_handler_sort_comment_thread.
views_handler_sort_ncs_last_comment_name.inc core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc Definition of views_handler_sort_ncs_last_comment_name.
views_handler_sort_ncs_last_updated.inc core/modules/comment/views/views_handler_sort_ncs_last_updated.inc Definition of views_handler_sort_ncs_last_updated.
views_plugin_row_comment_rss.inc core/modules/comment/views/views_plugin_row_comment_rss.inc Contains the comment RSS row style plugin.
views_plugin_row_comment_view.inc core/modules/comment/views/views_plugin_row_comment_view.inc Contains the node RSS row style plugin.
config.admin.inc core/modules/config/config.admin.inc Admin page callbacks for the Configuration Management module.
config.api.php core/modules/config/config.api.php Documentation for hooks provided by Config module.
config.info core/modules/config/config.info type = module name = Configuration Manager description = Import, export, and synchronize your configuration changes between different installations of your site, such as in development, staging, and production environments. package =…
config.module core/modules/config/config.module Allows site administrators to modify configuration.
config.sync.inc core/modules/config/config.sync.inc
config.admin.css core/modules/config/css/config.admin.css /** * CSS for the admin section of the Config module. */ .config-import-single-form textarea, .config-export-single-form textarea { font: 1.2em monospace; white-space: pre; } .config-diff .config-old, .config-diff .config-new { width:…
config.test core/modules/config/tests/config.test Tests for Configuration module.
config.tests.info core/modules/config/tests/config.tests.info [ConfigurationTest] name = Configuration basic tests description = Tests writing and reading configuration files. group = Configuration file = config.test [ConfigurationHooksTest] name = Configuration hooks description = Tests hooks for validation,…
config_test.info core/modules/config/tests/config_test/config_test.info name = Configuration test description = Provides sample configuration files for testing. version = BACKDROP_VERSION type = module backdrop = 1.x package = Testing hidden = TRUE
config_test.module core/modules/config/tests/config_test/config_test.module Provides sample configuration files for testing.
config_test_hooks.info core/modules/config/tests/config_test_hooks/config_test_hooks.info name = Configuration test hooks description = Tests the hooks provided by Configuration management module. version = BACKDROP_VERSION type = module backdrop = 1.x package = Testing hidden = TRUE
config_test_hooks.module core/modules/config/tests/config_test_hooks/config_test_hooks.module Tests the hooks provided by Configuration management module.
contact.admin.inc core/modules/contact/contact.admin.inc Admin page callbacks for the Contact module.
contact.info core/modules/contact/contact.info type = module name = Contact description = Enables the use of both personal and site-wide contact forms. package = System tags[] = Mail tags[] = Utility version = BACKDROP_VERSION backdrop = 1.x configure = admin/structure/contact
contact.install core/modules/contact/contact.install Install, update and uninstall functions for the contact module.
contact.module core/modules/contact/contact.module Enables the use of personal and site-wide contact forms.

Pages