function TranslatableInterface::getUntranslated
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\TranslatableInterface::getUntranslated()
- 8.9.x core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\TranslatableInterface::getUntranslated()
- 11.x core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\TranslatableInterface::getUntranslated()
Returns the translatable object in the language it was created.
Return value
static The translation 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\TypedDataCode
public function getUntranslated();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.