You are here

protected property ExtraFieldPlusDisplayFormattedBase::$langcode in Extra Field Settings Provider 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/ExtraFieldPlusDisplayFormattedBase.php \Drupal\extra_field_plus\Plugin\ExtraFieldPlusDisplayFormattedBase::langcode

The langcode of the field values.

Type: string

File

src/Plugin/ExtraFieldPlusDisplayFormattedBase.php, line 27

Class

ExtraFieldPlusDisplayFormattedBase
Base class for Extra Field Plus Display plugins with field wrapper output.

Namespace

Drupal\extra_field_plus\Plugin

Code

protected $langcode = LanguageInterface::LANGCODE_NOT_SPECIFIED;