You are here

97 functions implement hook_update_N() in Zircon Profile 8

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

AggregateExceptionSpec::it_should_update_message_during_append in vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php
aggregator_update_8001 in core/modules/aggregator/aggregator.install
The simple presence of this update function clears cached field definitions.
block_content_update_8001 in core/modules/block_content/block_content.install
Add 'revision_translation_affected' field to 'block_content' entities.
block_content_update_8002 in core/modules/block_content/block_content.install
Generalizes the d6_block_content_type and d6_block_content_body_field migrations.
block_post_update_disable_blocks_with_missing_contexts in core/modules/block/block.post_update.php
Disable all blocks with missing context IDs in block_update_8001().
block_update_8001 in core/modules/block/block.install
Update block visibility context mapping.
block_update_8002 in core/modules/block/block.install
Placeholder for the previous 8002 update.
block_update_8003 in core/modules/block/block.install
Remove 'cache' setting.
comment_node_update_index in core/modules/comment/comment.module
Implements hook_node_update_index().
comment_update_8001 in core/modules/comment/comment.install
Clear caches to fix Comment entity list builder and operations Views field.
content_translation_update_8001 in core/modules/content_translation/content_translation.install
Rebuild the routes as the content translation routes have now new names.
editor_update_8001 in core/modules/editor/editor.install
Synchronizes the editor status with the paired text format status.
entity_test_update_8001 in core/modules/system/tests/modules/entity_test/update/status_report_8001.inc
Test update.
entity_test_update_8001 in core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc
Makes the 'user_id' field multiple and migrate its data.
entity_test_update_8002 in core/modules/system/tests/modules/entity_test/update/status_report_8002.inc
Test update.
entity_test_update_8002 in core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc
Makes the 'user_id' field single and migrate its data.
field_post_update_entity_reference_handler_setting in core/modules/field/field.post_update.php
Fixes the 'handler' setting for entity reference fields.
field_post_update_save_custom_storage_property in core/modules/field/field.post_update.php
Re-save all field storage config objects to add 'custom_storage' property.
field_test_field_storage_config_update_forbid in core/modules/field/tests/modules/field_test/field_test.field.inc
Implements hook_field_storage_config_update_forbid().
field_update_8001 in core/modules/field/field.install
Removes the stale 'target_bundle' storage setting on entity_reference fields.
field_update_8002 in core/modules/field/field.install
The 'entity_reference' field type is now provided by core.
language_update_8001 in core/modules/language/language.install
Rebuild the container as services changed.
locale_config_batch_update_components in core/modules/locale/locale.bulk.inc
Builds a locale batch to refresh configuration.
locale_translation_batch_update_build in core/modules/locale/locale.fetch.inc
Builds a batch to check, download and import project translations.
locale_translation_update_file_history in core/modules/locale/locale.module
Updates the {locale_file} table.
memcache_admin_update_7001 in modules/memcache/memcache_admin/memcache_admin.install
Flush caches and rebuild menu to allow new stats pages to appear.
migrate_update_8001 in core/modules/migrate/migrate.install
Remove load plugin references from existing migrations.
module_test_post_update_test in core/modules/system/tests/modules/module_test/module_test.post_update.php
Test post update function.
node_type_update_nodes in core/modules/node/node.module
Updates all nodes of one type to be of another type.
node_update_8001 in core/modules/node/node.install
Add 'revision_translation_affected' field to 'node' entities.
node_update_8002 in core/modules/node/node.install
Remove obsolete indexes from the node schema.
node_update_8003 in core/modules/node/node.install
Promote 'status' and 'uid' fields to entity keys.
options_field_storage_config_update_forbid in core/modules/options/options.module
Implements hook_field_storage_config_update_forbid().
search_update_totals in core/modules/search/search.module
Updates the {search_total} database table.
statistics_update_8001 in core/modules/statistics/statistics.install
Disable the Statistics module if the node module is not enabled.
statistics_update_8002 in core/modules/statistics/statistics.install
Disable the Statistics module if the node module is not enabled.
system_post_update_recalculate_configuration_entity_dependencies in core/modules/system/system.post_update.php
Re-save all configuration entities to recalculate dependencies.
system_update_8001 in core/modules/system/system.install
system_update_8002 in core/modules/system/system.install
Removes the system.filter configuration.
system_update_8003 in core/modules/system/system.install
Change the index on the {router} table.
system_update_8004 in core/modules/system/system.install
Add a (id, default_langcode, langcode) composite index to entities.
system_update_8005 in core/modules/system/system.install
Place local actions and tasks blocks in every theme.
system_update_8006 in core/modules/system/system.install
Place branding blocks in every theme.
system_update_8007 in core/modules/system/system.install
Set langcode fields to be ASCII-only.
system_update_8008 in core/modules/system/system.install
Purge field schema data for uninstalled entity types.
system_update_8009 in core/modules/system/system.install
Add allowed attributes to existing html filters.
system_update_8010 in core/modules/system/system.install
Place page title blocks in every theme.
system_update_8011 in core/modules/system/system.install
Add secondary local tasks block to Seven (fixes system_update_8005).
system_update_8013 in core/modules/system/system.install
Enable automated cron module and move the config into it.
system_update_8014 in core/modules/system/system.install
Install the Stable base theme if needed.
template_preprocess_locale_translation_update_info in core/modules/locale/locale.pages.inc
Prepares variables for translation status information templates.
template_preprocess_update_last_check in core/modules/update/update.module
Prepares variables for last time update data was checked templates.
template_preprocess_update_project_status in core/modules/update/update.report.inc
Prepares variables for update project status templates.
template_preprocess_update_report in core/modules/update/update.report.inc
Prepares variables for project status report templates.
update_authorize_update_batch_finished in core/modules/update/update.authorize.inc
Batch callback: Performs actions when the authorized update batch is done.
update_calculate_project_update_status in core/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_clear_update_disk_cache in core/modules/update/update.module
Clears the temporary files and directories based on file age from disk.
update_get_update_function_list in core/includes/update.inc
Returns an organized list of update functions for a set of modules.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_script_test_update_7200 in core/modules/system/tests/modules/update_script_test/update_script_test.install
Dummy update_script_test update 7200.
update_script_test_update_7201 in core/modules/system/tests/modules/update_script_test/update_script_test.install
Dummy update_script_test update 7201.
update_script_test_update_8001 in core/modules/system/tests/modules/update_script_test/update_script_test.install
Dummy update function to run during the tests.
update_script_test_update_last_removed in core/modules/system/tests/modules/update_script_test/update_script_test.install
Implements hook_update_last_removed().
update_test_0_update_8001 in core/modules/system/tests/modules/update_test_0/update_test_0.install
Dummy update_test_0 update 8001.
update_test_0_update_8002 in core/modules/system/tests/modules/update_test_0/update_test_0.install
Dummy update_test_0 update 8002.
update_test_0_update_8003 in core/modules/system/tests/modules/update_test_0/update_test_0.install
Dummy update_test_0 update 8003.
update_test_1_update_8001 in core/modules/system/tests/modules/update_test_1/update_test_1.install
Dummy update_test_1 update 8001.
update_test_1_update_8002 in core/modules/system/tests/modules/update_test_1/update_test_1.install
Dummy update_test_1 update 8002.
update_test_1_update_8003 in core/modules/system/tests/modules/update_test_1/update_test_1.install
Dummy update_test_1 update 8003.
update_test_1_update_dependencies in core/modules/system/tests/modules/update_test_1/update_test_1.install
Implements hook_update_dependencies().
update_test_2_update_8001 in core/modules/system/tests/modules/update_test_2/update_test_2.install
Dummy update_test_2 update 8001.
update_test_2_update_8002 in core/modules/system/tests/modules/update_test_2/update_test_2.install
Dummy update_test_2 update 8002.
update_test_2_update_8003 in core/modules/system/tests/modules/update_test_2/update_test_2.install
Dummy update_test_2 update 8003.
update_test_2_update_dependencies in core/modules/system/tests/modules/update_test_2/update_test_2.install
Implements hook_update_dependencies().
update_test_3_update_8001 in core/modules/system/tests/modules/update_test_3/update_test_3.install
Dummy update_test_3 update 8001.
update_test_3_update_dependencies in core/modules/system/tests/modules/update_test_3/update_test_3.install
Implements hook_update_dependencies().
update_test_failing_post_update_first in core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php
First update, should not be run since this module's update hooks fail.
update_test_failing_update_8001 in core/modules/system/tests/modules/update_test_failing/update_test_failing.install
This update will fail.
update_test_failing_update_8002 in core/modules/system/tests/modules/update_test_failing/update_test_failing.install
A further update.
update_test_invalid_hook_update_8000 in core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install
Hook implementation using the reserved schema version 8000.
update_test_postupdate_post_update_first in core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
First update.
update_test_postupdate_post_update_second in core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
Second update.
update_test_postupdate_post_update_test0 in core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
Test0 update.
update_test_postupdate_post_update_test1 in core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
Test1 update.
update_test_postupdate_post_update_test_batch in core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
Testing batch processing in post updates update.
update_test_postupdate_update_8001 in core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
Normal update_N() function.
update_test_update_status_alter in core/modules/update/tests/modules/update_test/update_test.module
Implements hook_update_status_alter().
update_test_with_7x_update_7200 in core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
Dummy update_test_with_7x update 7200.
update_test_with_7x_update_7201 in core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
Dummy update_test_with_7x update 7201.
update_test_with_7x_update_last_removed in core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
Implements hook_update_last_removed().
update_verify_update_archive in core/modules/update/update.module
Implements hook_verify_update_archive().
views_post_update_cleanup_duplicate_views_data in core/modules/views/views.post_update.php
Update some views fields that were previously duplicated.
views_post_update_update_cacheability_metadata in core/modules/views/views.post_update.php
Update the cacheability metadata for all views.
views_ui_ajax_update_form in core/modules/views_ui/admin.inc
Updates a part of the add view form via AJAX.
views_update_8001 in core/modules/views/views.install
Update views field plugins.
views_update_8002 in core/modules/views/views.install
Updates %1 and !1 tokens to argument tokens.
views_update_8003 in core/modules/views/views.install
Clear caches to fix entity operations field.