This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/web/core/modules/media/media.post_update.php
2018-11-23 12:29:20 +00:00

20 lines
379 B
PHP

<?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.
}
/**
* Clear caches due to the addition of a Media-specific entity storage handler.
*/
function media_post_update_storage_handler() {
// Empty post-update hook.
}