protected function TestSiteInstallCommand::installParameters in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php \Drupal\TestSite\Commands\TestSiteInstallCommand::installParameters()
- 9 core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php \Drupal\TestSite\Commands\TestSiteInstallCommand::installParameters()
File
- core/
tests/ Drupal/ TestSite/ Commands/ TestSiteInstallCommand.php, line 244
Class
- TestSiteInstallCommand
- Command to create a test Drupal site.
Namespace
Drupal\TestSite\CommandsCode
protected function installParameters() {
$parameters = $this
->installParametersTrait();
$parameters['parameters']['langcode'] = $this->langcode;
return $parameters;
}