You are here

public function WebformSubmissionInterface::getLangcode in Webform 8.5

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

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

Return value

string The langcode.

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

File

src/WebformSubmissionInterface.php, line 74

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getLangcode();