public function WebformContentCreatorInterface::createContent in Webform Content Creator 2.x
Create content from webform submission.
Parameters
\Drupal\webform\WebformSubmissionInterface $webform_submission: Webform submission.
1 method overrides WebformContentCreatorInterface::createContent()
- WebformContentCreatorEntity::createContent in src/
Entity/ WebformContentCreatorEntity.php - Create content entity from webform submission.
File
- src/
WebformContentCreatorInterface.php, line 228
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function createContent(WebformSubmissionInterface $webform_submission);