Skip to content
Snippets Groups Projects
Commit 59117140 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2585193 by slashrsm, jhodgdon:...

Issue #2585193 by slashrsm, jhodgdon: \Drupal\Core\TypedData\DataDefinitionInterface::getLabel() needs to be updated
parent f9626231
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -62,8 +62,9 @@ public function getDataType(); ...@@ -62,8 +62,9 @@ public function getDataType();
/** /**
* Returns a human readable label. * Returns a human readable label.
* *
* @return string * @return string|\Drupal\Core\StringTranslation\TranslatableMarkup
* The label. * The label. A string or an instance of TranslatableMarkup will be returned
* based on the way the label translation is handled.
*/ */
public function getLabel(); public function getLabel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment