You are here

public function WebformSubmissionInterface::setLangcode in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::setLangcode()

Sets the langcode of the field values held in the object.

Parameters

string $langcode: The langcode.

Return value

$this

1 method overrides WebformSubmissionInterface::setLangcode()
WebformSubmission::setLangcode in src/Entity/WebformSubmission.php
Sets the langcode of the field values held in the object.

File

src/WebformSubmissionInterface.php, line 84

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setLangcode($langcode);