public function WebformInterface::getLangcode in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getLangcode()
Returns the webform's (original) langcode.
Return value
string The webform's (original) langcode.
1 method overrides WebformInterface::getLangcode()
- Webform::getLangcode in src/
Entity/ Webform.php - Returns the webform's (original) langcode.
File
- src/
WebformInterface.php, line 158
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getLangcode();