There is no Drupal\Core\Translation\TranslationManager class. It should be Drupal\Core\StringTranslation\TranslationManager

   /**
    * Returns the string translation service.
    *
-   * @return \Drupal\Core\Translation\TranslationManager
+   * @return \Drupal\Core\StringTranslation\TranslationManager
    *   The string translation manager.
    */
CommentFileSizeAuthor
wrong-translation_manager-namespace.patch467 bytesjibran
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

larowlan’s picture

Status: Needs review » Reviewed & tested by the community
jhodgdon’s picture

Status: Reviewed & tested by the community » Fixed

Thanks! Good catch. Committed to 8.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.