You are here

public function WebformContentCreatorInterface::createNode in Webform Content Creator 8

Same name and namespace in other branches
  1. 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_creator

Code

public function createNode(WebformSubmissionInterface $webform_submission);