답변:
Drupal 7의 경우가있는 경우 drush
"필드 유형"(위젯 포함) 또는 "필드"(필드 이름 및 연관된 '번들'포함) 목록을 요청할 수 있습니다.
샘플 출력 (깨끗한 Drupal 7)은 다음을 drush field-info fields
제공합니다.
Field name Field type Bundles
comment_body text_long comment_node_page,comment_node_article
body text_with_summary page,article
field_tags taxonomy_term_reference article
field_image image article
에 대한 출력 drush field-info types
은 다음 을 제공합니다.
Field type Default widget Widgets
file file_generic file_generic
image image_image image_image
list_integer options_select options_select, options_buttons
list_float options_select options_select, options_buttons
list_text options_select options_select, options_buttons
list_boolean options_buttons options_buttons, options_onoff
number_integer number number
number_decimal number number
number_float number number
taxonomy_term_referen options_select options_select,
ce options_buttons,
taxonomy_autocomplete
text text_textfield text_textfield
text_long text_textarea text_textarea
text_with_summary text_textarea_with_sum text_textarea_with_summary
mary
drush field-info types
과drush field-info fields
field_ui
이 페이지를 보려면 모듈을 활성화해야 할 수도 있습니다