Last active
May 5, 2018 21:16
-
-
Save init90/cfb51b5943a155536ac1da4dfb5cc12b to your computer and use it in GitHub Desktop.
Drupal 7, get field allowed values.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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