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

(cherry picked from commit 8b49c009d1)
merge-requests/3231/head
xjm 2023-01-06 12:35:02 -06:00
parent c9118460e5
commit 773a5c907a
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ abstract class LinkBase extends FieldPluginBase {
/**
* Returns the default label for this link.
*
* @return string
* @return \Drupal\Core\StringTranslation\TranslatableMarkup
* The default link label.
*/
protected function getDefaultLabel() {