function addthis_field_formatter_view in AddThis 7.4
Implements hook_field_formatter_view().
File
- includes/
addthis.field.inc, line 64 - Field related hook implementations for the AddThis-module.
Code
function addthis_field_formatter_view($entity_type, $entity, $field, $instance, $langcode, $items, $display) {
return addthis_render_formatter_view($entity_type, $entity, $field, $instance, $langcode, $items, $display);
}