update_theme |
core/modules/update/update.module |
Implements hook_theme(). |
update_themes_disabled |
core/modules/update/update.module |
Implements hook_themes_disabled(). |
update_themes_enabled |
core/modules/update/update.module |
Implements hook_themes_enabled(). |
update_uninstall |
core/modules/update/update.install |
Implements hook_uninstall(). |
update_update_1000 |
core/modules/update/update.install |
Moves update settings from variables to config. |
update_update_1001 |
core/modules/update/update.install |
Add config default value for "update_not_implemented_url". |
update_update_1002 |
core/modules/update/update.install |
Enable static caching for update settings configuration file. |
update_update_1003 |
core/modules/update/update.install |
Removes the testing-only values from the update.settings config. |
update_update_1004 |
core/modules/update/update.install |
Fix wrong default value for update_threshold setting. |
update_update_1005 |
core/modules/update/update.install |
Check for a faulty installer.settings.json and fix it or remove it if needed. |
update_upgrade_check_dependencies |
core/includes/update.inc |
Checks for disabled dependencies during a Drupal 7 upgrade. |
update_upgrade_enable_dependencies |
core/includes/update.inc |
Enables needed dependencies. |
update_upgrade_modules_to_enable |
core/includes/update.inc |
Finds out which modules need to be enabled. |
update_variable_del |
core/includes/update.inc |
Delete a variable from the database during update hooks. |
update_variable_get |
core/includes/update.inc |
Gets the value of a variable from the database during update hooks. |
update_variable_set |
core/includes/update.inc |
Sets a persistent variable during update hooks. |
UpgradePathTestCase::checkRequirements |
core/modules/simpletest/tests/upgrade/upgrade.test |
Checks that zlib is enabled in order to run the upgrade tests. |
UpgradePathTestCase::performUpgrade |
core/modules/simpletest/tests/upgrade/upgrade.test |
Perform the upgrade. |
UpgradePathTestCase::refreshVariables |
core/modules/simpletest/tests/upgrade/upgrade.test |
Specialized refreshVariables(). |
UpgradePathTestCase::setUp |
core/modules/simpletest/tests/upgrade/upgrade.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
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. |