Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / TypedData / TranslatableInterface.php
index 5b57a8717f13bc96e102ebd65d234e8fccb51872..76a9f9556af56667353649c958ccaeec830683be 100644 (file)
@@ -71,7 +71,7 @@ interface TranslatableInterface {
   public function getUntranslated();
 
   /**
-   * Returns TRUE there is a translation for the given language code.
+   * Checks there is a translation for the given language code.
    *
    * @param string $langcode
    *   The language code identifying the translation.