newbie questions... i can't find any documentation addressing these questions though it seems quite fundamental...

1. are webforms drupal entities?
2. are submissions drupal entities?

i.e. do they both have full integration with anything using the entity API and respective fields?

i used entityform in d7 BECAUSE it used drupals native API's. Did webform for d8 address this issue?

thanks

Comments

laurencefass created an issue. See original summary.

jrockowitz’s picture

Status: Active » Needs review

Webforms are config entities and Webform submission are content entities. Webforms DOES NOT use Field API to store submissions.

If you are looking for an EntityForm replacement for D8, you should try Contact Storage.

jrockowitz’s picture

Status: Needs review » Closed (works as designed)