Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / media / media.post_update.php
diff --git a/web/core/modules/media/media.post_update.php b/web/core/modules/media/media.post_update.php
new file mode 100644 (file)
index 0000000..2e49368
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @file
+ * Post update functions for Media.
+ */
+
+/**
+ * Clear caches due to changes in local tasks and action links.
+ */
+function media_post_update_collection_route() {
+  // Empty post-update hook.
+}