protected property InstallerTestBase::$translations in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/InstallerTestBase.php \Drupal\simpletest\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 63 - Contains \Drupal\simpletest\InstallerTestBase.
Class
- InstallerTestBase
- Base class for testing the interactive installer.
Namespace
Drupal\simpletestCode
protected $translations = array(
'Save and continue' => 'Save and continue',
);