You are here

function editor_field_attach_insert in Editor 7

Implements hook_field_attach_insert().

File

includes/editor.file_usage.inc, line 11
Tracks usage of embedded files.

Code

function editor_field_attach_insert($entity_type, $entity) {
  _editor_filter_add_file_usage_from_fields($entity_type, $entity);
}