Issue #3331438 by acbramley, mstrelan: Incorrect return type in LinkBase::getDefaultLabel()
(cherry picked from commit 8b49c009d1
)
merge-requests/3231/head
parent
c9118460e5
commit
773a5c907a
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue