You are here

public function WebformContentCreatorInterface::updateNode in Webform Content Creator 8

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

bool True, if succeeded. Otherwise, return false.

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

File

src/WebformContentCreatorInterface.php, line 202

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

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