Verified Commit c8c33fbe authored by Jess's avatar Jess
Browse files

Issue #3331438 by acbramley, mstrelan: Incorrect return type in LinkBase::getDefaultLabel()

(cherry picked from commit 8b49c009)
parent dcf22a42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ protected function addLangcode(ResultRow $row) {
  /**
   * Returns the default label for this link.
   *
   * @return string
   * @return \Drupal\Core\StringTranslation\TranslatableMarkup
   *   The default link label.
   */
  protected function getDefaultLabel() {