Many of the 'fields' (i.e. columns) in Field API schema data structures do not have descriptions. They should.

Comments

yched’s picture

Also, we should add a 'description' entry to all field-type columns in hook_field_columns() (to be renamed hook_field_schema') in #415044: Indexes for field storage.)

okokokok’s picture

To me it looks like hook_field_widget_info() of field.api.php needs some descriptions, for text_textfield, text_textarea and text_textarea_with_summary. I guess some of descriptions already exist somewhere, or not?

Which other fields needs descriptions?