How to get the allowed option list in drupal theme template or view file
If you want to get the option list of the content type that you have created , then you can get the list as follows: $content_field = content_fields(‘whatever_the_field_name_is’); $allowed_values =…