public TranslatableInterface::getUntranslated()
Returns the translatable object referring to the original language.
Return value
$this The translation object referring to the original language.
File
- core/lib/Drupal/Core/TypedData/TranslatableInterface.php, line 71
Class
- TranslatableInterface
- Interface for translatable data.
Namespace
Drupal\Core\TypedData
Code
public function getUntranslated();
Please login to continue.