如何在视图中获取 drupal 8 数据库 table?

How can i get a drupal 8 database table in a view?

我正在尝试使用来自 drupal 8 中的 yamlform 模块的数据构建视图,yamlform 模块仅将数据发送到所谓的 'rendered view' 中的视图,这不允许使用单独的领域。

我想将 yamlform 中的表和字段添加到视图模块中。我该怎么做?

YAML 表单模块当前不向视图公开提交数据 and/or 与字段集成 API。希望在不久的将来 YAML 表单模块将提供 Views integration and Field API integration. The YAML Form module does provide a customizable results table.

Contact Storage 模块确实提供视图集成。