You are here

function media_post_update_storage_handler in Drupal 8

Clear caches due to the addition of a Media-specific entity storage handler.

File

core/modules/media/media.post_update.php, line 21
Post update functions for Media.

Code

function media_post_update_storage_handler() {

  // Empty post-update hook.
}