function media_embed_field_attach_update in Media WYSIWYG Embed 7
Implements hook_field_attach_update().
File
- includes/
media_embed.file_usage.inc, line 20 - Functions related to the tracking the file usage of embedded media.
Code
function media_embed_field_attach_update($entity_type, $entity) {
media_embed_file_usage_update($entity_type, $entity);
}