You are here

function hook_name_field_update_notification in Name Field 7

Allows other modules to react to hook_field_update().

Triggers a custom hook for name field updates. Field API only calls the module that defines the field.

See also

hook_field_update()

1 invocation of hook_name_field_update_notification()
name_field_update in ./name.module
Implements hook_field_update().

File

./name.api.php, line 64
API documentation for the Name field module.

Code

function hook_name_field_update_notification($entity_type, $entity, $field, $instance, $langcode, &$items) {
}