function entity_embed_field_attach_update in Entity Embed 7
Same name and namespace in other branches
- 7.2 includes/entity_embed.file_usage.inc \entity_embed_field_attach_update()
Implements hook_field_attach_update().
File
- includes/
entity_embed.file_usage.inc, line 18 - Tracks usage of embedded files.
Code
function entity_embed_field_attach_update($entity_type, $entity) {
_entity_embed_filter_add_file_usage_from_fields($entity_type, $entity);
}