Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
|
@ -9,11 +9,6 @@ use Drupal\Core\StringTranslation\TranslatableMarkup;
|
|||
use Drupal\views\Entity\View;
|
||||
use Drupal\views\Views;
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.0-beta
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Update the cacheability metadata for all views.
|
||||
*/
|
||||
|
@ -35,15 +30,6 @@ function views_post_update_update_cacheability_metadata() {
|
|||
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.0-beta".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.0-rc
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Update some views fields that were previously duplicated.
|
||||
*/
|
||||
|
@ -137,15 +123,6 @@ function views_post_update_cleanup_duplicate_views_data() {
|
|||
return $message;
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.0-rc".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Include field formatter dependencies in a view when the formatter is used.
|
||||
*/
|
||||
|
@ -156,15 +133,6 @@ function views_post_update_field_formatter_dependencies() {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.x".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.1.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Fix views with dependencies on taxonomy terms that don't exist.
|
||||
*/
|
||||
|
@ -179,15 +147,6 @@ function views_post_update_taxonomy_index_tid() {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.1.x".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.2.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Fix views with serializer dependencies.
|
||||
*/
|
||||
|
@ -237,5 +196,8 @@ function views_post_update_boolean_filter_values() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.2.x".
|
||||
* Rebuild caches to ensure schema changes are read in.
|
||||
*/
|
||||
function views_post_update_grouped_filters() {
|
||||
// Empty update to cause a cache rebuild so that the schema changes are read.
|
||||
}
|
||||
|
|
Reference in a new issue