You are here

function file_entity_entitycache_file_load in File Entity (fieldable files) 7.2

Same name and namespace in other branches
  1. 7.3 file_entity.file.inc \file_entity_entitycache_file_load()

Implements hook_entitycache_ENTITY_TYPE_load().

File

./file_entity.file.inc, line 210
File hooks implemented by the File entity module.

Code

function file_entity_entitycache_file_load($files) {

  // Integrates with entitycache - ensures the alt and title text on images is
  // localized.
  file_entity_set_title_alt_properties($files);
}