|
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::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. |
|
UserEditRebuildTestCase::testUserEditFormRebuild |
core/modules/user/tests/user.test |
Test user edit page when the form is set to rebuild. |
|
UserEditTestCase::testUserEdit |
core/modules/user/tests/user.test |
Test user edit page. |
|
UserEditTestCase::testUserWith0Password |
core/modules/user/tests/user.test |
Tests setting the password to "0". |
|
UserEntityCallbacksTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
|
UserEntityCallbacksTestCase::testLabelCallback |
core/modules/user/tests/user.test |
Test label callback. |
|
UserEntityCallbacksTestCase::testUriCallback |
core/modules/user/tests/user.test |
Test URI callback. |
|
UserInterface::access |
core/includes/userinterface.inc |
Determines whether the given user has access to this entity. |
|
UserInterface::createAccess |
core/includes/userinterface.inc |
Determines whether the given user has access to create this type of entity. |
|
UserInterface::id |
core/includes/userinterface.inc |
Returns the entity identifier (the entity's machine name or numeric ID). |
|
UserInterface::label |
core/includes/userinterface.inc |
Returns the label of the entity. |
|
UserInterface::uri |
core/includes/userinterface.inc |
Returns the URI elements of the entity. |
|
UserLoginAppearanceTestCase::setUp |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
|
UserLoginAppearanceTestCase::testLoginAppearance |
core/modules/user/tests/user.test |
Test login page appearance. |