public function StringInterface::getString

Gets plain string contained in this object.

Return value

string The string contained in this object.

1 call to StringInterface::getString()
StringBase::getPlurals in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::getPlurals().
2 methods override StringInterface::getString()
SourceString::getString in drupal/core/modules/locale/lib/Drupal/locale/SourceString.php
Implements Drupal\locale\LocaleString::getString().
TranslationString::getString in drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php
Implements Drupal\locale\StringInterface::getString().

File

drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php, line 59
Definition of Drupal\locale\StringInterface.

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function getString();