diff --git a/core/lib/Drupal/Core/TypedData/TranslatableInterface.php b/core/lib/Drupal/Core/TypedData/TranslatableInterface.php index 5663b16..5100e6e 100644 --- a/core/lib/Drupal/Core/TypedData/TranslatableInterface.php +++ b/core/lib/Drupal/Core/TypedData/TranslatableInterface.php @@ -32,18 +32,6 @@ public function isDefaultTranslation(); public function isNewTranslation(); /** - * Returns the language codes of the languages the data is translated to. - * - * @param bool $include_default - * (optional) Whether the langcode of the default language should be - * included. Defaults to TRUE. - * - * @return string[] - * An array of language codes. - */ - public function getTranslationLangcodes($include_default = TRUE); - - /** * Returns the languages the data is translated to. * * @param bool $include_default