I want to list all content types (not nodes) that have a special field for example “field_user_select”.
How do I do this programmatically in drupal 7?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to use field_read_instances to return all field instances of a given field_name. From that, get the entity bundles.