function system_removed_post_updates

Same name and namespace in other branches
  1. 10 core/modules/system/system.post_update.php \system_removed_post_updates()
  2. 11.x core/modules/system/system.post_update.php \system_removed_post_updates()

Implements hook_removed_post_updates().

File

core/modules/system/system.post_update.php, line 21

Code

function system_removed_post_updates() {
    return [
        'system_post_update_recalculate_configuration_entity_dependencies' => '9.0.0',
        'system_post_update_add_region_to_entity_displays' => '9.0.0',
        'system_post_update_hashes_clear_cache' => '9.0.0',
        'system_post_update_timestamp_plugins' => '9.0.0',
        'system_post_update_classy_message_library' => '9.0.0',
        'system_post_update_field_type_plugins' => '9.0.0',
        'system_post_update_field_formatter_entity_schema' => '9.0.0',
        'system_post_update_fix_jquery_extend' => '9.0.0',
        'system_post_update_change_action_plugins' => '9.0.0',
        'system_post_update_change_delete_action_plugins' => '9.0.0',
        'system_post_update_language_item_callback' => '9.0.0',
        'system_post_update_extra_fields' => '9.0.0',
        'system_post_update_states_clear_cache' => '9.0.0',
        'system_post_update_add_expand_all_items_key_in_system_menu_block' => '9.0.0',
        'system_post_update_clear_menu_cache' => '9.0.0',
        'system_post_update_layout_plugin_schema_change' => '9.0.0',
        'system_post_update_entity_reference_autocomplete_match_limit' => '9.0.0',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.