You are here

entity_background.install in Entity background 7

Install file entity background.

File

entity_background.install
View source
<?php

/**
 * @file
 * Install file entity background.
 */

/**
 * Implements hook_install().
 */
function entity_background_install() {
  field_info_cache_clear();
}

Functions

Namesort descending Description
entity_background_install Implements hook_install().