diff --git a/core/modules/views/src/Plugin/views/field/LinkBase.php b/core/modules/views/src/Plugin/views/field/LinkBase.php index dfbf50c41bc94fc99eb64991367bf028b9868b5f..ed8e0ca10b61cc95abba80b79792df24eab48568 100644 --- a/core/modules/views/src/Plugin/views/field/LinkBase.php +++ b/core/modules/views/src/Plugin/views/field/LinkBase.php @@ -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() {