You are here

function commons_media_field_attach_update in Drupal Commons 7.3

Implements hook_field_attach_update().

File

modules/commons/commons_media/commons_media.private_files.inc, line 18
Functions related to ensuring that the private file system is used when embedding files in private group content.

Code

function commons_media_field_attach_update($entity_type, $entity) {
  _commons_media_filter_add_file_usage_from_fields($entity_type, $entity);
}