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: 218
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