Skip to content

Instantly share code, notes, and snippets.

@ss81
Last active October 11, 2015 08:07
Show Gist options
  • Save ss81/3828375 to your computer and use it in GitHub Desktop.
Save ss81/3828375 to your computer and use it in GitHub Desktop.
How to get All options of a 'select' field?
<?php
$field = field_info_field('field_name');
$allowed_values = list_allowed_values($field);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment