function entity_background_entity_view in Entity background 7
Implements hook_entity_view().
File
- ./
entity_background.module, line 36 - Module file entity background.
Code
function entity_background_entity_view($entity, $entity_type, $view_mode, $langcode) {
entity_background_load_background($entity_type, $entity);
}