You are here

media_entity_twitter.post_update.php in Media entity Twitter 8.2

Post update functions for Media entity Twitter module.

File

media_entity_twitter.post_update.php
View source
<?php

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

/**
 * Rename the cache bin.
 */
function media_entity_twitter_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_twitter_post_update_rename_cache_bin Rename the cache bin.