You are here

protected property ConfigNamesMapper::$langcode in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::langcode

The language code of the language this mapper, if any.

Type: string|null

File

core/modules/config_translation/src/ConfigNamesMapper.php, line 83

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

protected $langcode = NULL;