You are here

protected property InstallerTestBase::$langcode in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/InstallerTestBase.php \Drupal\simpletest\InstallerTestBase::langcode

The language code in which to install Drupal.

Type: string

File

core/modules/simpletest/src/InstallerTestBase.php, line 38
Contains \Drupal\simpletest\InstallerTestBase.

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\simpletest

Code

protected $langcode = 'en';