public function StringBase::getStorage

Implements Drupal\locale\StringInterface::getStorage().

Overrides StringInterface::getStorage

2 calls to StringBase::getStorage()
StringBase::delete in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\LocaleString::delete().
StringBase::save in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\LocaleString::save().

File

drupal/core/modules/locale/lib/Drupal/locale/StringBase.php, line 117
Definition of Drupal\locale\StringBase.

Class

StringBase
Defines the locale string base class.

Namespace

Drupal\locale

Code

public function getStorage() {
  return isset($this->storage) ? $this->storage : NULL;
}