UpgradePathTestCase::uninstallModulesExcept |
core/modules/simpletest/tests/upgrade/upgrade.test |
Force uninstall all modules from a test database, except those listed. |
UpgradePathTestCase::variable_set |
core/modules/simpletest/tests/upgrade/upgrade.test |
Specialized variable_set() that works even if the child site is not upgraded. |
url |
core/includes/common.inc |
Generates an internal or external URL. |
UrlAlterFunctionalTest::assertUrlInboundAlter |
core/modules/simpletest/tests/path.test |
Assert that a inbound path is altered to an expected value. |
UrlAlterFunctionalTest::assertUrlOutboundAlter |
core/modules/simpletest/tests/path.test |
Assert that an outbound path is altered to an expected value. |
UrlAlterFunctionalTest::setUp |
core/modules/simpletest/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
UrlAlterFunctionalTest::testCurrentUrlRequestedPath |
core/modules/simpletest/tests/path.test |
Test current_path() and request_path(). |
UrlAlterFunctionalTest::testGetQInitialized |
core/modules/simpletest/tests/path.test |
Tests that $_GET['q'] is initialized when the request path is empty. |
UrlAlterFunctionalTest::testUrlAlter |
core/modules/simpletest/tests/path.test |
Test that URL altering works and that it occurs in the correct order. |
UrlIsExternalUnitTest::examples |
core/modules/simpletest/tests/common.test |
Provides data for testUrlIsExternal(). |
UrlIsExternalUnitTest::testUrlIsExternal |
core/modules/simpletest/tests/common.test |
Tests if each URL is external or not. |
url_alter_test_foo |
core/modules/simpletest/tests/url_alter_test.module |
Menu callback. |
url_alter_test_menu |
core/modules/simpletest/tests/url_alter_test.module |
Implements hook_menu(). |
url_alter_test_url_inbound_alter |
core/modules/simpletest/tests/url_alter_test.module |
Implements hook_url_inbound_alter(). |
url_alter_test_url_outbound_alter |
core/modules/simpletest/tests/url_alter_test.module |
Implements hook_url_outbound_alter(). |
url_is_external |
core/includes/common.inc |
Returns TRUE if a path is external to Backdrop (e.g. http://example.com). |
User::access |
core/modules/user/user.entity.inc |
Overrides Entity::access(). |
User::createAccess |
core/modules/user/user.entity.inc |
Overrides Entity::createAccess(). |
User::entityType |
core/modules/user/user.entity.inc |
Implements EntityInterface::entityType(). |
User::id |
core/modules/user/user.entity.inc |
Implements EntityInterface::id(). |
User::label |
core/modules/user/user.entity.inc |
Implements EntityInterface::label(). |
User::save |
core/modules/user/user.entity.inc |
Implements EntityInterface::save(). |
User::uri |
core/modules/user/user.entity.inc |
Implements EntityInterface::uri(). |
UserAccountLinksUnitTests::testAccountMenu |
core/modules/user/tests/user.test |
Test the user login block. |
UserAdminSettingsEmailFormTest::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserAdminSettingsFormTest::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserAdminTestCase::testUserAdmin |
core/modules/user/tests/user.test |
Registers a user and deletes it. |
UserAutocompleteTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserAutocompleteTestCase::testUserAutocomplete |
core/modules/user/tests/user.test |
Tests access to user autocompletion and verify the correct results. |
UserBlocksUnitTests::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserBlocksUnitTests::testDisabledAccountLink |
core/modules/user/tests/user.test |
Tests disabling the 'My account' link. |
UserBlocksUnitTests::testUserLoginBlock |
core/modules/user/tests/user.test |
Tests the secondary menu. |
UserCancelTestCase::testMassUserCancelByAdmin |
core/modules/user/tests/user.test |
Create an administrative user and mass-delete other users. |
UserCancelTestCase::testUserAnonymize |
core/modules/user/tests/user.test |
Delete account and anonymize all content. |
UserCancelTestCase::testUserBlock |
core/modules/user/tests/user.test |
Disable account and keep all content. |
UserCancelTestCase::testUserBlockUnpublish |
core/modules/user/tests/user.test |
Disable account and unpublish all content. |
UserCancelTestCase::testUserCancelByAdmin |
core/modules/user/tests/user.test |
Create an administrative user and delete another user. |
UserCancelTestCase::testUserCancelInvalid |
core/modules/user/tests/user.test |
Attempt invalid account cancellations. |
UserCancelTestCase::testUserCancelUid1 |
core/modules/user/tests/user.test |
Tests that user account for uid 1 cannot be cancelled. |
UserCancelTestCase::testUserCancelWithoutPermission |
core/modules/user/tests/user.test |
Attempt to cancel account without permission. |
UserCancelTestCase::testUserDelete |
core/modules/user/tests/user.test |
Delete account and remove all content. |
UserCompareLayoutAccess::checkAccess |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Checks for access based on the available context. |
UserCompareLayoutAccess::form |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Settings form for configuring this access item. |
UserCompareLayoutAccess::summary |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
UserCompareLayoutAccess::__construct |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Constructor for a Layout access rule. |
UserCreateTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
UserCreateTestCase::testUserAdd |
core/modules/user/tests/user.test |
Create a user through the administration interface and ensure that it
displays in the user list. |
UserCreateTestCase::testUserWithWeakPassword |
core/modules/user/tests/user.test |
Tests setting a weak password. |
UserEditedOwnAccountTestCase::testUserEditedOwnAccount |
core/modules/user/tests/user.test |
Tests a user editing their own account. |
UserEditRebuildTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |