Contains filters are case sensitive
File name Location Namespacesort descending Description
contextual.tests.info modules/contextual/tests/contextual.tests.info [ContextualDynamicContextTestCase] name = Contextual links on node lists description = Tests if contextual links are showing on the home page depending on permissions. group = Contextual file = contextual.test
contextual.test modules/contextual/tests/contextual.test Tests for contextual.module.
contextual.css modules/contextual/css/contextual.css Stylesheet for the Contextual module.
views_handler_filter_string.test modules/views/tests/handlers/views_handler_filter_string.test Definition of ViewsHandlerFilterStringTest.
views_handler_sort_random.test modules/views/tests/handlers/views_handler_sort_random.test Definition of ViewsHandlerSortRandomTest.
views_handler_field_term_language.inc modules/locale/views/views_handler_field_term_language.inc Definition of views_handler_field_term_language.
views_handler_argument_locale_language.inc modules/locale/views/views_handler_argument_locale_language.inc Definition of views_handler_argument_locale_language.
views_handler_filter_term_language.inc modules/locale/views/views_handler_filter_term_language.inc Definition of views_handler_filter_term_language.
views_handler_filter_locale_group.inc modules/locale/views/views_handler_filter_locale_group.inc Definition of views_handler_filter_locale_group.
views_handler_filter_node_language.inc modules/locale/views/views_handler_filter_node_language.inc Definition of views_handler_filter_node_language.
views_handler_field_locale_group.inc modules/locale/views/views_handler_field_locale_group.inc Definition of views_handler_field_locale_group.
views_handler_field_node_language.inc modules/locale/views/views_handler_field_node_language.inc Definition of views_handler_field_node_language.
views_handler_field_locale_language.inc modules/locale/views/views_handler_field_locale_language.inc Definition of views_handler_field_locale_language.
views_handler_filter_locale_language.inc modules/locale/views/views_handler_filter_locale_language.inc Definition of views_handler_filter_locale_language.
views_handler_field_locale_link_edit.inc modules/locale/views/views_handler_field_locale_link_edit.inc Definition of views_handler_field_locale_link_edit.
block.test modules/block/tests/block.test Tests for block.module.
block.tests.info modules/block/tests/block.tests.info [BlockTestCase] name = Block functionality description = Add, edit and delete custom block. Configure and move a module-defined block. group = Block file = block.test [BlockTranslationTestCase] name = Block translation functionality description =…
block.translation.test modules/block/tests/block.translation.test Tests for translation functionality within block.module.
views_test.install modules/views/tests/views_test/views_test.install Install, update, and uninstall functions for the Views Test module.
views_test.module modules/views/tests/views_test/views_test.module Helper module for Views tests.
views_test.info modules/views/tests/views_test/views_test.info name = Views Test description = Test module for Views. package = Views version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = views hidden = TRUE
user_form_test.module modules/user/tests/user_form_test/user_form_test.module Dummy module implementing a form to test user password validation
user_form_test.info modules/user/tests/user_form_test/user_form_test.info name = "User module form tests" description = "Support module for user form testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
user_session_test.module modules/user/tests/user_session_test/user_session_test.module Dummy module implementing a page callback to create an anonymous session.
user_session_test.info modules/user/tests/user_session_test/user_session_test.info name = "User module session tests" description = "Support module for user session testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
image_module_test.info modules/image/tests/image_module_test/image_module_test.info name = Image test description = Provides hook implementations for testing Image module functionality. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
image_module_test.module modules/image/tests/image_module_test/image_module_test.module Provides Image module hook implementations for testing purposes.
field_test.info modules/field/tests/field_test/field_test.info name = "Field API Test" description = "Support module for the Field API tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
field_test.install modules/field/tests/field_test/field_test.install Install, update and uninstall functions for the field_test module.
field_test.field.inc modules/field/tests/field_test/field_test.field.inc Defines a field type and its formatters and widgets.
field_test.controller.inc modules/field/tests/field_test/field_test.controller.inc
field_test.class.inc modules/field/tests/field_test/field_test.class.inc
field_test.module modules/field/tests/field_test/field_test.module Helper module for the Field API tests.
field_test.storage.inc modules/field/tests/field_test/field_test.storage.inc Defines a field storage backend.
field_test.entity.inc modules/field/tests/field_test/field_test.entity.inc Defines an entity type.
list.info modules/field/modules/list/list.info type = module name = List description = Defines list field types. Use with Options to create selection lists. package = Fields tags[] = Content version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field dependencies[] = options
list.module modules/field/modules/list/list.module Defines list field types that can be used with the Options module.
list.install modules/field/modules/list/list.install Install, update and uninstall functions for the list module.
field_sql_storage.module modules/field/modules/field_sql_storage/field_sql_storage.module Default implementation of the field storage API.
field_sql_storage.info modules/field/modules/field_sql_storage/field_sql_storage.info type = module name = Field SQL Storage description = Stores field data in an SQL database. package = Fields tags[] = Content tags[] = System version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field required = TRUE
comment.test modules/comment/tests/comment.test Tests for the Comment module.
comment.tests.info 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_filter_user_uid.test modules/comment/tests/comment_views_handler_filter_user_uid.test Definition of viewsHandlerFilterCommentUserUidTest.
comment_views_handler_argument_user_uid.test modules/comment/tests/comment_views_handler_argument_user_uid.test Definition of CommentViewsHandlerArgumentUserUidTest.
comment.css 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 modules/comment/templates/comment.tpl.php Default theme implementation for comments.
views_plugin_row_comment_view.inc modules/comment/views/views_plugin_row_comment_view.inc Contains the node RSS row style plugin.
views_handler_sort_comment_thread.inc modules/comment/views/views_handler_sort_comment_thread.inc Definition of views_handler_sort_comment_thread.
views_handler_field_node_new_comments.inc modules/comment/views/views_handler_field_node_new_comments.inc Definition of views_handler_field_node_new_comments.
views_handler_field_ncs_last_comment_name.inc modules/comment/views/views_handler_field_ncs_last_comment_name.inc Definition of views_handler_field_ncs_last_comment_name.

Pages