You are here

function crm_core_contact_enable in CRM Core 7

Implements hook_enable().

File

modules/crm_core_contact/crm_core_contact.install, line 65
Install, update and uninstall functions for the CRM Core Contact module.

Code

function crm_core_contact_enable() {

  // Clear the cache to display in Feeds as available plugin.
  cache_clear_all('plugins:feeds:plugins', 'cache');
}