- Issue created by @dieterholvoet
- π§πͺBelgium dieterholvoet Brussels
The same could be done for
getCreatedTime
, but maybe that needs a separate issue. - Open on Drupal.org βEnvironment: PHP 8.2 & MySQL 8last update
over 1 year ago Not currently mergeable. - @dieterholvoet opened merge request.
- last update
over 1 year ago 30,134 pass - Status changed to Needs review
over 1 year ago 8:41am 1 September 2023 - Status changed to RTBC
over 1 year ago 1:56pm 1 September 2023 - πΊπΈUnited States smustgrave
Seems like a small enough change that test coverage would be overkill. So going to mark.
- last update
over 1 year ago 30,135 pass - last update
over 1 year ago 30,136 pass - last update
over 1 year ago 30,136 pass - last update
over 1 year ago 30,146 pass - last update
over 1 year ago 30,146 pass - last update
over 1 year ago 30,150 pass - last update
over 1 year ago 30,158 pass - last update
over 1 year ago 30,161 pass - Status changed to Needs work
over 1 year ago 4:54am 18 September 2023 - π³πΏNew Zealand quietone
I'm triaging RTBC issues β . I read the IS and the comments. I didn't find any unanswered questions.
The added comment in not wrapped correctly.
- last update
over 1 year ago 30,164 pass, 2 fail - Status changed to Needs review
over 1 year ago 9:07am 19 September 2023 - π§πͺBelgium dieterholvoet Brussels
I changed the line to be wrapped at 79 characters, is that better?
- Status changed to RTBC
over 1 year ago 1:50pm 19 September 2023 - last update
over 1 year ago 30,168 pass - last update
about 1 year ago 30,205 pass - last update
about 1 year ago 30,208 pass - last update
about 1 year ago 30,233 pass, 52 fail - last update
about 1 year ago 30,360 pass - First commit to issue fork.
- last update
about 1 year ago 30,360 pass - Status changed to Fixed
about 1 year ago 4:53am 30 September 2023 - πΊπΈUnited States xjm
Committed to 11.x and cherry-picked to 10.1.x as a patch-safe documentation improvement. Thanks!
I improved the language a little on commit:
diff --git a/core/modules/node/src/NodeInterface.php b/core/modules/node/src/NodeInterface.php index ea4e644fa22..f97b0a37fcc 100644 --- a/core/modules/node/src/NodeInterface.php +++ b/core/modules/node/src/NodeInterface.php @@ -55,8 +55,8 @@ public function getType(); * Gets the node title. * * @return string|null - * Title of the node or NULL if it doesn't have one yet, for example if it - * is being previewed. + * Title of the node, or NULL if the node doesn't yet have a title (for + * example, if a new node is being previewed). */ public function getTitle();
Automatically closed - issue fixed for 2 weeks with no activity.