Get a list of possible values for a formfield

So I don’t forget, cck::content.module

/**
* Return a list of all fields.
*
* @param $field_name
* If set, return information on just this field.
* @param $content_type_name
* If set, return information of the field within the context of this content
* type.
*/
function content_fields($field_name = NULL, $content_type_name = NULL) {
}

Have your say

Add your comment below, or trackback from your own site.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>