drush field-info
View information about fields, field_types, and widgets.
Drush Command
drush field-info
Arguments
type : Recognized values: fields, types. If omitted, a choice list appears.
Aliases
Options
--format : [object Object]
--fields : [object Object]
--list-separator : [object Object]
--line-separator : [object Object]
--field-labels : [object Object]
--format=json : [object Object]
--format=config : [object Object]
--format=csv : [object Object]
--format=html : [object Object]
--format=labeled-export : [object Object]
--format=list : [object Object]
--format=php : [object Object]
--format=print-r : [object Object]
--format=table : [object Object]
--format=var_export : [object Object]
--format=variables : [object Object]
--format=yaml : [object Object]
Examples
Show a table which lists all field types and their available widgets
field-info types