You are here

public function StringInterface::getString in Localization update 7.2

Gets plain string contained in this object.

Return value

string The string contained in this object.

2 calls to StringInterface::getString()
StringBase::delete in includes/locale/StringBase.php
Implements LocaleString::delete().
StringBase::save in includes/locale/StringBase.php
Implements LocaleString::save().
2 methods override StringInterface::getString()
SourceString::getString in includes/locale/SourceString.php
Implements LocaleString::getString().
TranslationString::getString in includes/locale/TranslationString.php
Implements StringInterface::getString().

File

includes/locale/StringInterface.php, line 76
Definition of StringInterface.

Class

StringInterface
Defines the locale string interface.

Code

public function getString();