You are here

function media_embed_field_attach_insert in Media WYSIWYG Embed 7

Implements hook_field_attach_insert().

File

includes/media_embed.file_usage.inc, line 12
Functions related to the tracking the file usage of embedded media.

Code

function media_embed_field_attach_insert($entity_type, $entity) {
  media_embed_file_usage_update($entity_type, $entity);
}