updated core and modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-09-09 16:27:51 +02:00
parent 027aa99b32
commit 41863f872c
7810 changed files with 318922 additions and 83631 deletions
+11 -33
View File
@@ -12,11 +12,6 @@ function views_install() {
module_set_weight('views', 10);
}
/**
* @addtogroup updates-8.0.0-beta
* @{
*/
/**
* Update views field plugins.
*/
@@ -310,15 +305,6 @@ function _views_update_argument_map($displays) {
return $argument_map;
}
/**
* @} End of "addtogroup updates-8.0.0-beta".
*/
/**
* @addtogroup updates-8.0.0-rc
* @{
*/
/**
* Clear caches to fix entity operations field.
*/
@@ -328,15 +314,6 @@ function views_update_8003() {
// field.
}
/**
* @} End of "addtogroup updates-8.0.0-rc".
*/
/**
* @addtogroup updates-8.0.x
* @{
*/
/**
* Clear caches due to updated entity views data.
*/
@@ -344,15 +321,6 @@ function views_update_8004() {
// Empty update to cause a cache flush so that views data is rebuilt.
}
/**
* @} End of "addtogroup updates-8.0.x".
*/
/**
* @addtogroup updates-8.1.0
* @{
*/
/**
* Clear views data cache.
*/
@@ -390,5 +358,15 @@ function views_update_8101() {
}
/**
* @} End of "addtogroup updates-8.1.0".
* Rebuild the container to add a new container parameter.
*/
function views_update_8200() {
// Empty update to cause a cache rebuild so that the container is rebuilt.
}
/**
* Rebuild cache to refresh the views config schema.
*/
function views_update_8201() {
// Empty update to cause a cache rebuild so that config schema get refreshed.
}