You are here

protected property InstallerTestBase::$translations in Drupal 8

Same name in this branch
  1. 8 core/modules/simpletest/src/InstallerTestBase.php \Drupal\simpletest\InstallerTestBase::translations
  2. 8 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::translations
Same name and namespace in other branches
  1. 9 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/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php, line 64

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $translations = [
  'Save and continue' => 'Save and continue',
];