You are here

function token_field_field_formatter_settings_summary in Token Field 7

Implements hook_field_formatter_settings_summary().

File

./token_field.module, line 110
Optional extension to CCK (Content Construction Kit) to provide a read-only field which allows embedding of "compound" fields using Tokens.

Code

function token_field_field_formatter_settings_summary($field, $instance, $view_mode) {

  // @todo
}