function ref_field_enable in (Entity)Reference Field Synchronization 7
Implements hook_enable().
File
- ./
ref_field.install, line 46 - Install, update and uninstall functions for the reference field module.
Code
function ref_field_enable() {
// When enabling with modules that need this field
// make sure Drupal knows about it
// It won't be in cache during enabling process otherwise
field_cache_clear();
}