You are here

function image_field_entity_dependencies in Entity Dependency API 7

Implements hook_field_entity_dependencies().

Related topics

File

./entity_dependency.core.inc, line 132
Contains hook implementations for all relevant core module.

Code

function image_field_entity_dependencies($entity_type, $entity, $field, $instance, $langcode, $items) {
  return file_field_entity_dependencies($entity_type, $entity, $field, $instance, $langcode, $items);
}