- π―π΅Japan ptmkenny
Added alternate steps to reproduce to the IS since some commenters have claimed the original steps to reproduce no longer reproduce the problem.
- @ptmkenny opened merge request.
- Status changed to Needs review
almost 2 years ago 1:40am 2 February 2023 - π―π΅Japan ptmkenny
Opened an MR based on #24 but that also specifies NULL for getLabel() since that's what the code can actually return.
This MR fixes the "alternate steps to reproduce" that I added to the IS.
- Status changed to Needs work
over 1 year ago 3:15pm 2 March 2023 - Status changed to RTBC
over 1 year ago 4:17am 13 April 2023 - last update
over 1 year ago 29,202 pass - last update
over 1 year ago 29,283 pass - last update
over 1 year ago 29,300 pass - last update
over 1 year ago 29,302 pass - last update
over 1 year ago 29,300 pass - last update
over 1 year ago 29,359 pass - last update
over 1 year ago 29,366 pass - π¬π§United Kingdom longwave UK
Fixed line wrapping on commit:
--- a/core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php +++ b/core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php @@ -59,8 +59,8 @@ public function getDataType(); * * @return string|\Drupal\Core\StringTranslation\TranslatableMarkup|null * The label. A string or an instance of TranslatableMarkup will be returned - * based on the way the label translation is handled. - * NULL if no label is available. + * based on the way the label translation is handled. NULL if no label is + * available. */ public function getLabel(); @@ -72,8 +72,8 @@ public function getLabel(); * * @return string|\Drupal\Core\StringTranslation\TranslatableMarkup|null * The description. A string or an instance of TranslatableMarkup will be - * returned based on the way the description translation is handled. - * NULL if no description is available. + * returned based on the way the description translation is handled. NULL if + * no description is available. */ public function getDescription();
Backported to 10.0.x and 9.5.x as a docs-only fix.
Committed and pushed 1ee262edf6 to 10.1.x and 5e7f1ca6fd to 10.0.x and 8d3d814cfa to 9.5.x. Thanks!
-
longwave β
committed 5e7f1ca6 on 10.0.x
Issue #3175012 by anagomes, CurriedN, andregp, ptmkenny, longwave,...
-
longwave β
committed 5e7f1ca6 on 10.0.x
-
longwave β
committed 1ee262ed on 10.1.x
Issue #3175012 by anagomes, CurriedN, andregp, ptmkenny, longwave,...
-
longwave β
committed 1ee262ed on 10.1.x
- Status changed to Fixed
over 1 year ago 4:31pm 30 April 2023 -
longwave β
committed 8d3d814c on 9.5.x
Issue #3175012 by anagomes, CurriedN, andregp, ptmkenny, longwave,...
-
longwave β
committed 8d3d814c on 9.5.x
Automatically closed - issue fixed for 2 weeks with no activity.