update_test_3_update_8000 |
function |
drupal/core/modules/system/tests/modules/update_test_3/update_test_3.install |
Dummy update_test_3 update 8000. |
update_access_denied_page |
function |
drupal/core/update.php |
Renders a 403 access denied page for update.php. |
update_extra_requirements |
function |
drupal/core/update.php |
Returns and stores extra requirements that apply during the update process. |
update_check_requirements |
function |
drupal/core/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
Update::$expressionFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Array of fields to update to an expression in case of a duplicate record. |
update_test_2_update_8000 |
function |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install |
Dummy update_test_2 update 8000. |
path_taxonomy_term_update |
function |
drupal/core/modules/path/path.module |
Implements hook_taxonomy_term_update(). |
update_test_2_update_8001 |
function |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install |
Dummy update_test_2 update 8001. |
update_test_2_update_8002 |
function |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install |
Dummy update_test_2 update 8002. |
CrudTest::testUpdateField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test updating a field. |
LocaleUpdateTest::getInfo |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
|
update_script_test.module |
file |
drupal/core/modules/system/tests/modules/update_script_test/update_script_test.module |
This file provides testing functionality for update.php. |
update_test_1_update_8000 |
function |
drupal/core/modules/system/tests/modules/update_test_1/update_test_1.install |
Dummy update_test_1 update 8000. |
update_test_1_update_8001 |
function |
drupal/core/modules/system/tests/modules/update_test_1/update_test_1.install |
Dummy update_test_1 update 8001. |
update_test_1_update_8002 |
function |
drupal/core/modules/system/tests/modules/update_test_1/update_test_1.install |
Dummy update_test_1 update 8002. |
_forum_update_forum_index |
function |
drupal/core/modules/forum/forum.module |
Updates the taxonomy index for a given node. |
forum_update_last_removed |
function |
drupal/core/modules/forum/forum.install |
Implements hook_update_last_removed(). |
UpdateCoreUnitTest::setUp |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php |
Sets up unit test environment. |
UpdateUploadTest::getInfo |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
|
Updater::postInstallTasks |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Returns an array of links to pages that should be visited post operation. |
hook_taxonomy_term_update |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when updated. |
LocaleUpdateInterfaceTest |
class |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateInterfaceTest.php |
Tests for the locale translation update status user interfaces. |
FieldInstance::saveUpdated |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Saves an updated field instance definition. |
UpdateScriptTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Modules to enable. |
menu_test_menu_link_update |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_link_update(). |
system_update_last_removed |
function |
drupal/core/modules/system/system.install |
|
options_field_update_field |
function |
drupal/core/modules/options/options.module |
Implements hook_field_update_field(). |
update_filter_project_info |
function |
drupal/core/modules/update/update.compare.inc |
Filters the project .info.yml data to only save attributes we need. |
hook_update_projects_alter |
function |
drupal/core/modules/update/update.api.php |
Alter the list of projects before fetching data and comparing versions. |
hook_verify_update_archive |
function |
drupal/core/modules/update/update.api.php |
Verify an archive after it has been downloaded and extracted. |
Process::updateErrorOutput |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Updates the current error output of the process (STDERR). |
MergeTest::testMergeUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
Confirms that we can merge-update a record successfully. |
update_fetch_data_finished |
function |
drupal/core/modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
_update_process_fetch_task |
function |
drupal/core/modules/update/update.fetch.inc |
Processes a task to fetch available update data for a single project. |
_update_get_fetch_url_base |
function |
drupal/core/modules/update/update.fetch.inc |
Returns the base of the URL to fetch available update data for a project. |
update_manager_update_form |
function |
drupal/core/modules/update/update.manager.inc |
Form constructor for the update form of the Update Manager module. |
hook_field_update_instance |
function |
drupal/core/modules/field/field.api.php |
Act on a field instance being updated. |
SelectInterface::forUpdate |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Add FOR UPDATE to the query. |
UpdateComplexTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
|
LocaleUpdateTest::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Modules to enable. |
update_script_test.install |
file |
drupal/core/modules/system/tests/modules/update_script_test/update_script_test.install |
Install, update and uninstall functions for the update_script_test module. |
UpdateContribTest::getInfo |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
|
ParseException::updateRepr |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
|
UpdateUploadTest::$modules |
property |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Modules to enable. |
Updater::makeWorldReadable |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Ensures that a given directory is world readable. |
update_prepare_d8_language |
function |
drupal/core/includes/update.inc |
Prepares Drupal 8 language changes for the bootstrap if needed. |
update_fix_d8_requirements |
function |
drupal/core/includes/update.inc |
Performs Drupal 7.x to 8.x required update.php updates. |
Module::canUpdateDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Module.php |
Implements Drupal\Core\Updater\UpdaterInterface::canUpdateDirectory(). |
update_variables_to_config |
function |
drupal/core/includes/update.inc |
Updates config with values set on Drupal 7.x. |
UpdateFeedItemTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php |
|