Implements Drupal\locale\StringInterface::getStorage().
Overrides StringInterface::getStorage
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;
}