function multifield_table_field_prepare_view in Multifield table 7
Implements hook_field_prepare_view().
File
- ./
multifield_table.module, line 74 - Provides a table formatter and widget for multifield field types.
Code
function multifield_table_field_prepare_view($entity_type, $entities, $field, $instances, $langcode, &$items, $display = NULL) {
return multifield_field_prepare_view($entity_type, $entities, $field, $instances, $langcode, $items, $display);
}