entity_background.install in Entity background 7
Install file entity background.
File
entity_background.installView source
<?php
/**
* @file
* Install file entity background.
*/
/**
* Implements hook_install().
*/
function entity_background_install() {
field_info_cache_clear();
}
Functions
Name | Description |
---|---|
entity_background_install | Implements hook_install(). |