Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / media / media.post_update.php
index 2e49368732578f3f4a025a1dbf9ca53f71e4f9b6..2c1ccf8292218b8126107f444195f6b9ff13f292 100644 (file)
 function media_post_update_collection_route() {
   // Empty post-update hook.
 }
+
+/**
+ * Clear caches due to the addition of a Media-specific entity storage handler.
+ */
+function media_post_update_storage_handler() {
+  // Empty post-update hook.
+}