Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TranslatableMarkup.php

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\StringTranslation

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal