redirect_update_1002 |
function |
core/modules/redirect/redirect.install |
Enable config static caching. |
redirect_update_1003 |
function |
core/modules/redirect/redirect.install |
Explicitly set the redirect status code and remove the default fallback. |
BackupUpdateTestCase |
class |
core/modules/simpletest/tests/backup.test |
Tests backup and restore via update.php and restore.php. |
_book_update_outline |
function |
core/modules/book/book.module |
Handles additions and updates to the book outline. |
redirect_path_update |
function |
core/modules/redirect/redirect.module |
Implements hook_path_update(). |
taxonomy_node_update |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_node_update(). |
UPDATE_NOT_SUPPORTED |
constant |
core/modules/update/update.module |
Current release is no longer supported by the project maintainer. |
search_update_totals |
function |
core/modules/search/search.module |
Updates the {search_total} database table. |
locale_system_update |
function |
core/modules/locale/locale.module |
Imports translations when new modules or themes are installed. |
UPDATE_FETCH_PENDING |
constant |
core/modules/update/update.module |
We need to (re)fetch available update data for this project. |
taxonomy_update_1010 |
function |
core/modules/taxonomy/taxonomy.install |
Clean up extraneous language-related configuration setting. |
update_get_available |
function |
core/modules/update/update.module |
Tries to get update information from cache and refreshes it when necessary. |
_update_message_text |
function |
core/modules/update/update.module |
Returns the appropriate message text when site is out of date or not secure. |
theme_update_version |
function |
core/modules/update/update.theme.inc |
Returns HTML for the version display of a project. |
taxonomy_update_1007 |
function |
core/modules/taxonomy/taxonomy.install |
Move default taxonomy term view to taxonomy module. |
Updater::__construct |
function |
core/includes/updater.inc |
|
views_ui_update_1000 |
function |
core/modules/views_ui/views_ui.install |
Update Views UI variables to use configuration files. |
Updater::postInstall |
function |
core/includes/updater.inc |
Perform actions after installation. |
aaa_update_test.info |
file |
core/modules/update/tests/aaa_update_test/aaa_update_test.info |
name = AAA Update test
description = Support module for update module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
bbb_update_test.info |
file |
core/modules/update/tests/bbb_update_test/bbb_update_test.info |
name = BBB Update test
description = Support module for update module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
taxonomy_update_1008 |
function |
core/modules/taxonomy/taxonomy.install |
Creates the table to enable caching of Taxonomy Term entities. |
ccc_update_test.info |
file |
core/modules/update/tests/ccc_update_test/ccc_update_test.info |
name = CCC Update test
description = Support module for update module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
language_update_1000 |
function |
core/modules/language/language.install |
Rename {language}.language to {language}.langcode. |
language_update_1001 |
function |
core/modules/language/language.install |
Convert language settings to config. |
language_update_1002 |
function |
core/modules/language/language.install |
Convert the language database table to config. |
filter_entity_update |
function |
core/modules/filter/filter.module |
Implements hook_entity_update(). |
hook_language_update |
function |
core/modules/language/language.api.php |
React to a language that was just updated in the system. |
taxonomy_update_1005 |
function |
core/modules/taxonomy/taxonomy.install |
Drop the old taxonomy vocabulary table for existing Backdrop installations. |
taxonomy_update_1006 |
function |
core/modules/taxonomy/taxonomy.install |
Add langcode column to {taxonomy_term_data} table. |
views_ui_update_1001 |
function |
core/modules/views_ui/views_ui.install |
Add new default display(s) setting. |
FIELD_STORAGE_UPDATE |
constant |
core/modules/field/field.attach.inc |
Argument for an update operation. |
locale_config_update |
function |
core/modules/locale/locale.module |
Implements hook_config_update(). |
taxonomy_update_1000 |
function |
core/modules/taxonomy/taxonomy.install |
Remove the {taxonomy_vocabulary}.module field. |
taxonomy_update_1001 |
function |
core/modules/taxonomy/taxonomy.install |
Convert taxonomy vocabularies to configuration. |
taxonomy_update_1002 |
function |
core/modules/taxonomy/taxonomy.install |
Drop the old taxonomy vocabulary table. |
taxonomy_update_1003 |
function |
core/modules/taxonomy/taxonomy.install |
Create the taxonomy.settings config file. |
taxonomy_update_1004 |
function |
core/modules/taxonomy/taxonomy.install |
Convert taxonomy terms per page to config. |
update_helpful_links |
function |
core/update.php |
Provides links to the homepage and administration pages. |
DashboardUpdateBlock |
class |
core/modules/dashboard/includes/block.update.inc |
|
update_module_enable |
function |
core/includes/update.inc |
Helper function to install a new module in Backdrop 1.x via hook_update_N(). |
language_update_1003 |
function |
core/modules/language/language.install |
Add the native name to all enabled languages. |
update_test_mock_page |
function |
core/modules/update/tests/update_test/update_test.module |
Page callback: Prints mock XML for the Update Manager module. |
field_update_instance |
function |
core/modules/field/field.crud.inc |
Updates an instance of a field. |
update_d7_test_1.info |
file |
core/modules/simpletest/tests/update_d7_test_1.info |
name = "Update D7 test"
description = "Support module for update testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
UpdateQuery::compiled |
function |
core/includes/database/query.inc |
Check whether a condition has been previously compiled. |
update_d7_test_2.info |
file |
core/modules/simpletest/tests/update_d7_test_2.info |
name = "Update D7 test"
description = "Support module for update testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
update_test_1.install |
file |
core/modules/simpletest/tests/update_test_1.install |
Install, update and uninstall functions for the update_test_1 module. |
update_test_2.install |
file |
core/modules/simpletest/tests/update_test_2.install |
Install, update and uninstall functions for the update_test_2 module. |
update_test_3.install |
file |
core/modules/simpletest/tests/update_test_3.install |
Install, update and uninstall functions for the update_test_3 module. |
UpdateTestContribCase |
class |
core/modules/update/tests/update.test |
|