Loading core/lib/Drupal/Core/TypedData/TranslatableInterface.php +1 −2 Original line number Diff line number Diff line Loading @@ -78,10 +78,9 @@ public function getTranslationLanguages($include_default = TRUE); public function getTranslation($langcode); /** * Returns the translatable object referring to the original language. * Returns the translatable object in the language it was created. * * @return $this * The translation object referring to the original language. */ public function getUntranslated(); Loading Loading
core/lib/Drupal/Core/TypedData/TranslatableInterface.php +1 −2 Original line number Diff line number Diff line Loading @@ -78,10 +78,9 @@ public function getTranslationLanguages($include_default = TRUE); public function getTranslation($langcode); /** * Returns the translatable object referring to the original language. * Returns the translatable object in the language it was created. * * @return $this * The translation object referring to the original language. */ public function getUntranslated(); Loading