You are here

protected property TestSiteInstallCommand::$langcode in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php \Drupal\TestSite\Commands\TestSiteInstallCommand::langcode

The language to install the site in.

Type: string

File

core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php, line 61

Class

TestSiteInstallCommand
Command to create a test Drupal site.

Namespace

Drupal\TestSite\Commands

Code

protected $langcode = 'en';