function TranslatableMarkup::getUntranslatedString

Gets the untranslated string value stored in this translated string.

Return value

string The string stored in this wrapper.

File

core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php, line 145

Class

TranslatableMarkup
Provides translatable markup class.

Namespace

Drupal\Core\StringTranslation

Code

public function getUntranslatedString() {
  return $this->string;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.