This module provides support for webform -> entity construction.

This module does nothing on its own.

WebformHandler

We provide a webform handler that is attached to the webform and, when the form has been completed, it compiles the data and launches a delayed event using the event_scheduler module.

The delayed event means that the work on constructing the entity from the webform data takes place after the current page has been sent to the user. It provides better UX with less delay.