function TranslatableMarkup::getUntranslatedString
Gets the untranslated string value stored in this translated string.
Return value
string The string stored in this wrapper.
1 call to TranslatableMarkup::getUntranslatedString()
- TranslatableStringAdapter::trans in core/
modules/ package_manager/ src/ TranslatableStringAdapter.php - Translates the message.
File
-
core/
lib/ Drupal/ Core/ StringTranslation/ TranslatableMarkup.php, line 145
Class
- TranslatableMarkup
- Provides translatable markup class.
Namespace
Drupal\Core\StringTranslationCode
public function getUntranslatedString() {
return $this->string;
}