W3cubDocs

/Drupal 8

public function TranslatableMarkup::getUntranslatedString

public 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 154

Class

TranslatableMarkup
Provides translatable markup class.

Namespace

Drupal\Core\StringTranslation

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StringTranslation!TranslatableMarkup.php/function/TranslatableMarkup::getUntranslatedString/8.1.x