Contains filters are case sensitive
File name Locationsort descending Namespace Description
translation.info modules/translation/translation.info type = module name = Content Translation description = Allows content to be translated into different languages. dependencies[] = locale package = Translation tags[] = Language version = BACKDROP_VERSION backdrop = 1.x
translation.install modules/translation/translation.install Install, update and uninstall functions for the Translation module.
translation.module modules/translation/translation.module Manages content translations.
translation.pages.inc modules/translation/translation.pages.inc User page callbacks for the Translation module.
translation.views.inc modules/translation/views/translation.views.inc Provide views data and handlers for translation.module.
views_handler_argument_node_tnid.inc modules/translation/views/views_handler_argument_node_tnid.inc Provide node tnid argument handler.
views_handler_field_node_link_translate.inc modules/translation/views/views_handler_field_node_link_translate.inc Definition of views_handler_field_node_link_translate.
views_handler_field_node_translation_link.inc modules/translation/views/views_handler_field_node_translation_link.inc Definition of views_handler_field_node_translation_link.
views_handler_filter_node_tnid_child.inc modules/translation/views/views_handler_filter_node_tnid_child.inc Definition of views_handler_filter_node_tnid_child.
views_handler_filter_node_tnid.inc modules/translation/views/views_handler_filter_node_tnid.inc Definition of views_handler_filter_node_tnid.
views_handler_relationship_translation.inc modules/translation/views/views_handler_relationship_translation.inc Definition of views_handler_relationship_translation.
update.css modules/update/css/update.css Styles used by the Update Manager module.
aaa_update_test.info modules/update/tests/aaa_update_test/aaa_update_test.info name = AAA Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE type = module
aaa_update_test.module modules/update/tests/aaa_update_test/aaa_update_test.module Dummy module for testing Update status.
bbb_update_test.info modules/update/tests/bbb_update_test/bbb_update_test.info name = BBB Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE type = module
bbb_update_test.module modules/update/tests/bbb_update_test/bbb_update_test.module Dummy module for testing Update status.
ccc_update_test.info modules/update/tests/ccc_update_test/ccc_update_test.info name = CCC Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE type = module
ccc_update_test.module modules/update/tests/ccc_update_test/ccc_update_test.module Dummy module for testing Update status.
update.test modules/update/tests/update.test This file contains tests for the Update Manager module.
update.tests.info modules/update/tests/update.tests.info [UpdateCoreTestCase] name = Update core functionality description = Tests the update module through a series of functional tests using mock XML data. group = Update file = update.test [UpdateTestContribCase] name = Update contrib…
update_test_admintheme.info modules/update/tests/update_test/themes/update_test_admintheme/update_test_admintheme.info name = Update test admin theme description = Test theme which is used as admin theme. type = theme version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE
update_test_basetheme.info modules/update/tests/update_test/themes/update_test_basetheme/update_test_basetheme.info name = Update test base theme description = Test theme which acts as a base theme for other test subthemes. type = theme version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE
update_test_subtheme.info modules/update/tests/update_test/themes/update_test_subtheme/update_test_subtheme.info name = Update test subtheme description = Test theme which uses update_test_basetheme as the base theme. type = theme version = BACKDROP_VERSION backdrop = 1.x base theme = update_test_basetheme hidden = TRUE
update_test.info modules/update/tests/update_test/update_test.info name = Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
update_test.module modules/update/tests/update_test/update_test.module Module for testing Update Manager functionality.
update.admin.inc modules/update/update.admin.inc Admin page callbacks for the Update Manager module.
update.api.php modules/update/update.api.php Hooks provided by the Update Manager module.
update.compare.inc modules/update/update.compare.inc Code required only when comparing available updates to existing data.
update.fetch.inc modules/update/update.fetch.inc Code required only when fetching information about available updates.
update.info modules/update/update.info type = module name = Update Manager description = Checks for available updates. package = Development tags[] = System tags[] = Utility version = BACKDROP_VERSION backdrop = 1.x configure = admin/reports/updates/settings
update.install modules/update/update.install Install, update, and uninstall functions for the Update Manager module.
update.module modules/update/update.module Handles update checking for Backdrop core and contributed projects.
update.report.inc modules/update/update.report.inc Code required only when rendering the available updates report.
update.theme.inc modules/update/update.theme.inc Theme functions for the Update module.
user.css modules/user/css/user.css #permissions td.module { font-weight: bold; background: #dddddd; } #permissions td.permission { padding-left: 1.5em; /* LTR */ } [dir="rtl"] #permissions td.permission { padding-left: 0; padding-right: 1.5em; } #permissions tr.odd…
user-picture.tpl.php modules/user/templates/user-picture.tpl.php Default theme implementation to present a picture configured for the user's account.
user-profile.tpl.php modules/user/templates/user-profile.tpl.php Default theme implementation to present all user profile data.
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_form_test.module modules/user/tests/user_form_test/user_form_test.module Dummy module implementing a form to test user password validation
user_password_reset.test modules/user/tests/user_password_reset.test Tests for resetting the password.
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
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.test modules/user/tests/user.test Tests for user.module.
user.tests.info modules/user/tests/user.tests.info [UserRegistrationTestCase] name = User registration description = Test registration of user under different configurations. group = User file = user.test [UserValidationTestCase] name = Username/e-mail validation description = Verify that…
user_views_argument_default.test modules/user/tests/user_views_argument_default.test Definition of UserViewsArgumentDefault.
user_views_argument_validate.test modules/user/tests/user_views_argument_validate.test Definition of UserViewsArgumentValidate.
user_views_handler_field_name.test modules/user/tests/user_views_handler_field_name.test Definition of UserViewsHandlerFieldNameTest.
user_views.test modules/user/tests/user_views.test Definition of UserViewsTestCase.
user.actions.inc modules/user/user.actions.inc Action callbacks for User module.
user.admin.inc modules/user/user.admin.inc Admin page callbacks for the User module.

Pages