Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / core / modules / media / media.post_update.php
1 <?php
2
3 /**
4  * @file
5  * Post update functions for Media.
6  */
7
8 /**
9  * Clear caches due to changes in local tasks and action links.
10  */
11 function media_post_update_collection_route() {
12   // Empty post-update hook.
13 }
14
15 /**
16  * Clear caches due to the addition of a Media-specific entity storage handler.
17  */
18 function media_post_update_storage_handler() {
19   // Empty post-update hook.
20 }