You are here

media_entity_instagram.post_update.php in Media entity Instagram 8.2

Same filename and directory in other branches
  1. 3.x media_entity_instagram.post_update.php

Post update functions for Media entity Instagram module.

File

media_entity_instagram.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for Media entity Instagram module.
 */

/**
 * Rename the cache bin.
 */
function media_entity_instagram_post_update_rename_cache_bin() {

  // An empty update will force service definitions to be cleared and create a
  // new bin with new name.
}

Functions

Namesort descending Description
media_entity_instagram_post_update_rename_cache_bin Rename the cache bin.