StringBase::getStorage

public StringBase::getStorage()

Gets the string storage.

Return value

\Drupal\locale\StringStorageInterface The storage used for this string.

Overrides StringInterface::getStorage

File

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

Class

StringBase
Defines the locale string base class.

Namespace

Drupal\locale

Code

public function getStorage() {
  return isset($this->storage) ? $this->storage : NULL;
}
doc_Drupal
2016-10-29 09:45:02
Comments
Leave a Comment

Please login to continue.