Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / system.post_update.php
index b96d3e3b3b5f8153379b59ac506094128349d03e..36039dff0d3bddb0a41f6569cde15ed978ec46e8 100644 (file)
@@ -65,3 +65,19 @@ function system_post_update_hashes_clear_cache() {
 function system_post_update_timestamp_plugins() {
   // Empty post-update hook.
 }
+
+/**
+ * Clear caches to ensure Classy's message library is always added.
+ */
+function system_post_update_classy_message_library() {
+  // Empty post-update hook.
+}
+
+/**
+ * Force field type plugin definitions to be cleared.
+ *
+ * @see https://www.drupal.org/node/2403703
+ */
+function system_post_update_field_type_plugins() {
+  // Empty post-update hook.
+}