update_d7_test_2.install |
core/modules/simpletest/tests/update_d7_test_2.install |
Install, update and uninstall functions for the update_d7_test_2 module. |
update_d7_test_2.module |
core/modules/simpletest/tests/update_d7_test_2.module |
|
update_script_test.info |
core/modules/simpletest/tests/update_script_test.info |
name = "Update script test"
description = "Support module for update script testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
update_script_test.install |
core/modules/simpletest/tests/update_script_test.install |
Install, update and uninstall functions for the update_script_test module. |
update_script_test.module |
core/modules/simpletest/tests/update_script_test.module |
This file provides testing functionality for update.php. |
update_test.info |
core/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 |
core/modules/update/tests/update_test/update_test.module |
Module for testing Update Manager functionality. |
update_test_1.info |
core/modules/simpletest/tests/update_test_1.info |
name = "Update test"
description = "Support module for update testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
update_test_1.install |
core/modules/simpletest/tests/update_test_1.install |
Install, update and uninstall functions for the update_test_1 module. |
update_test_1.module |
core/modules/simpletest/tests/update_test_1.module |
|
update_test_2.info |
core/modules/simpletest/tests/update_test_2.info |
name = "Update test"
description = "Support module for update testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
update_test_2.install |
core/modules/simpletest/tests/update_test_2.install |
Install, update and uninstall functions for the update_test_2 module. |
update_test_2.module |
core/modules/simpletest/tests/update_test_2.module |
|
update_test_3.info |
core/modules/simpletest/tests/update_test_3.info |
name = "Update test"
description = "Support module for update testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
update_test_3.install |
core/modules/simpletest/tests/update_test_3.install |
Install, update and uninstall functions for the update_test_3 module. |
update_test_3.module |
core/modules/simpletest/tests/update_test_3.module |
|
update_test_admintheme.info |
core/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 |
core/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 |
core/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 |
upgrade.language.test |
core/modules/simpletest/tests/upgrade/upgrade.language.test |
Upgrade tests for the Language module. |
upgrade.test |
core/modules/simpletest/tests/upgrade/upgrade.test |
|
upgrade_bare.test |
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
|
upgrade_filled.test |
core/modules/simpletest/tests/upgrade/upgrade_filled.test |
|
url_alter_test.info |
core/modules/simpletest/tests/url_alter_test.info |
name = Url_alter tests
description = A support modules for url_alter hook testing.
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
url_alter_test.module |
core/modules/simpletest/tests/url_alter_test.module |
Module to help test hook_url_inbound_alter() and hook_url_outbound_alter(). |
user-picture.tpl.php |
core/modules/user/templates/user-picture.tpl.php |
Default theme implementation to present a picture configured for the
user's account. |
user-profile--2.tpl.php |
core/modules/simpletest/tests/themes/test_theme/templates/user-profile--2.tpl.php |
|
user-profile.tpl.php |
core/modules/user/templates/user-profile.tpl.php |
Default theme implementation to present all user profile data. |
user.actions.inc |
core/modules/user/user.actions.inc |
Action callbacks for User module. |
user.admin.inc |
core/modules/user/user.admin.inc |
Admin page callbacks for the User module. |
user.api.php |
core/modules/user/user.api.php |
Hooks provided by the User module. |
user.css |
core/modules/user/css/user.css |
/**
* Permissions page.
*/
#user-admin-permissions .form-item-search {
display: inline-block;
}
#user-admin-permissions .search-reset {
line-height: 42px;
position: relative;
top: 1px;
}
#user-admin-permissions .table-filter {
margin: 1em… |
user.entity.inc |
core/modules/user/user.entity.inc |
Entity classes and controllers for User module. |
user.info |
core/modules/user/user.info |
type = module
name = User
description = Manages the user registration and login system.
package = System
tags[] = Account Management
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE
configure = admin/config/people
stylesheets[all][] =… |
user.install |
core/modules/user/user.install |
Install, update and uninstall functions for the user module. |
user.module |
core/modules/user/user.module |
Enables the user registration and login system. |
user.pages.inc |
core/modules/user/user.pages.inc |
User page callback file for the user module. |
user.password.inc |
core/modules/user/user.password.inc |
Password callback file for the user module. |
user.path.inc |
core/modules/user/user.path.inc |
Path integration. |
user.test |
core/modules/user/tests/user.test |
Tests for user.module. |
user.tests.info |
core/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/email validation
description = Verify that… |
user.theme.inc |
core/modules/user/user.theme.inc |
Theme functions for the User module. |
user.tokens.inc |
core/modules/user/user.tokens.inc |
Builds placeholder replacement tokens for user-related data. |
user.views.inc |
core/modules/user/views/user.views.inc |
Provide views data and handlers for user.module. |
userinterface.inc |
core/includes/userinterface.inc |
Provides the interface for user entities. |
user_compare_layout_access.inc |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Contains UserCompareLayoutAccess class. |
user_flood_test.info |
core/modules/user/tests/user_flood_test/user_flood_test.info |
name = "User module flood control tests"
description = "Support module for user flood control testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
user_flood_test.module |
core/modules/user/tests/user_flood_test/user_flood_test.module |
Dummy module implementing hook_user_flood_control. |
user_form_test.info |
core/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 |
core/modules/user/tests/user_form_test/user_form_test.module |
Dummy module implementing a form to test user password validation |