You are here

function helper_field_create_instance in Helper 7

Implements hook_field_create_instance().

File

./helper.field.inc, line 11
Field integration for the Helper module.

Code

function helper_field_create_instance($instance) {

  // Clear the menu cache whenever a field instances is created.
  variable_set('menu_rebuild_needed', TRUE);
}