You are here

public function WebformContentCreatorInterface::updateNode in Webform Content Creator 3.x

Same name and namespace in other branches
  1. 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::updateNode()

Update node from webform submission.

Parameters

\Drupal\webform\WebformSubmissionInterface $webform_submission: Webform submission.

string $op: Operation.

Return value

int Result after saving content.

1 method overrides WebformContentCreatorInterface::updateNode()
WebformContentCreatorEntity::updateNode in src/Entity/WebformContentCreatorEntity.php
Update node from webform submission.

File

src/WebformContentCreatorInterface.php, line 207

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function updateNode(WebformSubmissionInterface $webform_submission, $op);