You are here

function views_handler_field_profile_vocabulary in Views (for Drupal 7) 5

Display a profile field of type 'vocabulary'

1 string reference to 'views_handler_field_profile_vocabulary'
profile_views_add_field in modules/views_profile.inc
Add profile fields to view table

File

modules/views_profile.inc, line 225

Code

function views_handler_field_profile_vocabulary($fieldinfo, $fielddata, $value, $data) {
  return _profile_field_vocabulary_getlist(unserialize($value), 'taxonomy/term/');
}