public function WebformContentCreatorInterface::createNode in Webform Content Creator 8
Same name and namespace in other branches
- 3.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::createNode()
Create node from webform submission.
Parameters
\Drupal\webform\WebformSubmissionInterface $webform_submission: Webform submission.
1 method overrides WebformContentCreatorInterface::createNode()
- WebformContentCreatorEntity::createNode in src/
Entity/ WebformContentCreatorEntity.php - Create node from webform submission.
File
- src/
WebformContentCreatorInterface.php, line 189
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function createNode(WebformSubmissionInterface $webform_submission);