function hook_name_field_insert_notification in Name Field 7
Allows other modules to react to hook_field_insert().
Triggers a custom hook for name field inserts. Field API only calls the module that defines the field.
See also
1 invocation of hook_name_field_insert_notification()
- name_field_insert in ./
name.module - Implements hook_field_insert().
File
- ./
name.api.php, line 53 - API documentation for the Name field module.
Code
function hook_name_field_insert_notification($entity_type, $entity, $field, $instance, $langcode, &$items) {
}