You are here

protected property StringBase::$storage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/locale/src/StringBase.php \Drupal\locale\StringBase::storage
  2. 10 core/modules/locale/src/StringBase.php \Drupal\locale\StringBase::storage

The locale storage this string comes from or is to be saved to.

Type: \Drupal\locale\StringStorageInterface

File

core/modules/locale/src/StringBase.php, line 54

Class

StringBase
Defines the locale string base class.

Namespace

Drupal\locale

Code

protected $storage;