function hook_field_attach_insert

Act on field_attach_insert().

This hook is invoked after the field module has performed the operation.

See field_attach_insert() for details and arguments.

Related topics

1 invocation of hook_field_attach_insert()
field_attach_insert in modules/field/field.attach.inc
Save field data for a new entity.

File

modules/field/field.api.php, line 1425

Code

function hook_field_attach_insert($entity_type, $entity) {
    // @todo Needs function body.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.