You are here

public function WebformContentCreatorInterface::updateContent in Webform Content Creator 2.x

Update content 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::updateContent()
WebformContentCreatorEntity::updateContent in src/Entity/WebformContentCreatorEntity.php
Update content from webform submission.

File

src/WebformContentCreatorInterface.php, line 241

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

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