How to list CCK fields by content type in Drupal

Posted by lazysoundsystem on Stack Overflow See other posts from Stack Overflow or by lazysoundsystem
Published on 2010-06-07T18:35:27Z Indexed on 2010/06/07 18:42 UTC
Read the original article Hit count: 192

Filed under:
|
|

To get a list of a content type's cck fields, I was hoping to use:

drupal_get_schema('content_type_mycontenttype');

but that leaves out fields with multiple values. Is there a simple call to use to get such a list?

© Stack Overflow or respective owner

Related posts about drupal

Related posts about drupal-6