You are here

function editor_field_attach_update in Editor 7

Implements hook_field_attach_update().

File

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

Code

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