function civicrm_entity_update_7201 in CiviCRM Entity 7.2
Flush all caches to help Drupal notice relocated files, additional entities, and updated metadata.
File
- ./
civicrm_entity.install, line 43 - Installation/Un-installation hooks for CiviCRM Entity.
Code
function civicrm_entity_update_7201() {
drupal_flush_all_caches();
}