We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我通过搜索 api.drupal.org 找到了答案 _field_info。从那里,我发现 number_field_info,其中包含 number_integer 类型。
I found the answer by searching api.drupal.org for _field_info. From there, I found number_field_info, which includes a type of number_integer.