function addthis_displays_field_formatter_view in AddThis 7.4
Implements hook_field_formatter_view().
File
- addthis_displays/
addthis_displays.field.inc, line 160 - Defines field implementations.
Code
function addthis_displays_field_formatter_view($entity_type, $entity, $field, $instance, $langcode, $items, $display) {
// We use the helper function addthis_render_formatter_view with literally all the arguments.
return addthis_render_formatter_view($entity_type, $entity, $field, $instance, $langcode, $items, $display);
}