function TranslatableInterface::getUntranslated
Returns the translatable object in the language it was created.
Return value
static 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 in the language it was created.
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.