You are here

function token_field_widget in Token Field 6

Same name and namespace in other branches
  1. 7 token_field.module \token_field_widget()

Implementation of hook_widget().

File

./token_field.module, line 150
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_widget(&$form, &$form_state, $field, $items, $delta = 0) {
  return array();
}