Skip to content

Instantly share code, notes, and snippets.

@init90
Last active May 5, 2018 21:16
Show Gist options
  • Select an option

  • Save init90/cfb51b5943a155536ac1da4dfb5cc12b to your computer and use it in GitHub Desktop.

Select an option

Save init90/cfb51b5943a155536ac1da4dfb5cc12b to your computer and use it in GitHub Desktop.
Drupal 7, get field allowed values.
$fields = field_info_fields();
$races_list = list_allowed_values($fields['field_race']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment