InstallerTestBase::$translations
Same name in this branch
- 8.9.x core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::translations
Same name in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::translations
- 10 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::translations
- 11.x core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::translations
A string translation map used for translated installer screens.
Keys are English strings, values are translated strings.
Type: array
File
-
core/
modules/ simpletest/ src/ InstallerTestBase.php, line 67
Class
- InstallerTestBase
- Base class for testing the interactive installer.
Namespace
Drupal\simpletestCode
protected $translations = [
'Save and continue' => 'Save and continue',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.