You are here

public function TranslatableInterface::getUntranslated in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\TranslatableInterface::getUntranslated()
  2. 10 core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\TranslatableInterface::getUntranslated()

Returns the translatable object referring to the original language.

Return value

$this The translation object referring to the original language.

1 method overrides TranslatableInterface::getUntranslated()
ContentEntityBase::getUntranslated in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Returns the translatable object referring to the original language.

File

core/lib/Drupal/Core/TypedData/TranslatableInterface.php, line 86

Class

TranslatableInterface
Interface for translatable data.

Namespace

Drupal\Core\TypedData

Code

public function getUntranslated();