You are here

function commons_media_field_attach_insert in Drupal Commons 7.3

Implements hook_field_attach_insert().

File

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

Code

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