function views_removed_post_updates

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

Implements hook_removed_post_updates().

File

core/modules/views/views.post_update.php, line 15

Code

function views_removed_post_updates() {
    return [
        'views_post_update_update_cacheability_metadata' => '9.0.0',
        'views_post_update_cleanup_duplicate_views_data' => '9.0.0',
        'views_post_update_field_formatter_dependencies' => '9.0.0',
        'views_post_update_taxonomy_index_tid' => '9.0.0',
        'views_post_update_serializer_dependencies' => '9.0.0',
        'views_post_update_boolean_filter_values' => '9.0.0',
        'views_post_update_grouped_filters' => '9.0.0',
        'views_post_update_revision_metadata_fields' => '9.0.0',
        'views_post_update_entity_link_url' => '9.0.0',
        'views_post_update_bulk_field_moved' => '9.0.0',
        'views_post_update_filter_placeholder_text' => '9.0.0',
        'views_post_update_views_data_table_dependencies' => '9.0.0',
        'views_post_update_table_display_cache_max_age' => '9.0.0',
        'views_post_update_exposed_filter_blocks_label_display' => '9.0.0',
        'views_post_update_make_placeholders_translatable' => '9.0.0',
        'views_post_update_limit_operator_defaults' => '9.0.0',
        'views_post_update_remove_core_key' => '9.0.0',
    ];
}

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