views.post_update.php in Drupal 10
Same filename and directory in other branches
Post update functions for Views.
File
core/modules/views/views.post_update.phpView source
<?php
/**
* @file
* Post update functions for Views.
*/
/**
* Implements hook_removed_post_updates().
*/
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',
'views_post_update_field_names_for_multivalue_fields' => '10.0.0',
'views_post_update_configuration_entity_relationships' => '10.0.0',
'views_post_update_rename_default_display_setting' => '10.0.0',
'views_post_update_remove_sorting_global_text_field' => '10.0.0',
'views_post_update_title_translations' => '10.0.0',
'views_post_update_sort_identifier' => '10.0.0',
'views_post_update_provide_revision_table_relationship' => '10.0.0',
'views_post_update_image_lazy_load' => '10.0.0',
];
}
Functions
Name | Description |
---|---|
views_removed_post_updates | Implements hook_removed_post_updates(). |