You are here

function field_nif_property_get in Field NIF 7

Property getter callback returning complete nifs.

1 string reference to 'field_nif_property_get'
field_nif_property_field_item_nif_info in ./field_nif.module
Defines the data structure used for field nif items.

File

./field_nif.module, line 214

Code

function field_nif_property_get($data, array $options, $name, $type, $info) {
  return $data['first_letter'] . $data['number'] . $data['last_letter'];
}