Search code examples
databaseviewdrupal-8

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


I'm trying to build a view with data from the yamlform module in drupal 8, the yamlform module only sends data to the view in a so called 'rendered view' which doesn't allow to use the seperate fields.

i would like to add the tables and fields from the yamlform to the views module. How do i do this?


Solution

  • The YAML Form module does not currently expose submission data to Views and/or integrate with the Field API. Hopefully in the near future the YAML Form module will provide Views integration and Field API integration. The YAML Form module does provide a customizable results table.

    The Contact Storage module does provide Views integration.