Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / node / node.post_update.php
index 43e3cd6acc32935142d61ea0109bd6f3b7ad8a99..913137757c2bddeaf66e43e58254242fa0ec61ac 100644 (file)
@@ -27,3 +27,10 @@ function node_post_update_configure_status_field_widget() {
     ])->save();
   }
 }
+
+/**
+ * Clear caches due to updated views data.
+ */
+function node_post_update_node_revision_views_data() {
+  // Empty post-update hook.
+}