media.post_update.php 379 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * @file
  4. * Post update functions for Media.
  5. */
  6. /**
  7. * Clear caches due to changes in local tasks and action links.
  8. */
  9. function media_post_update_collection_route() {
  10. // Empty post-update hook.
  11. }
  12. /**
  13. * Clear caches due to the addition of a Media-specific entity storage handler.
  14. */
  15. function media_post_update_storage_handler() {
  16. // Empty post-update hook.
  17. }