Closed (fixed)
Project:
Cloud
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Feb 2021 at 07:35 UTC
Updated:
24 Feb 2021 at 03:34 UTC
Jump to comment: Most recent, Most recent file
Fix an issue while deleting a K8s scheduler
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3197432-6.patch | 10.24 KB | xiaohua guan |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
xiaohua guan commentedComment #4
xiaohua guan commented@yas
Method getCloudContext(), created(), changed() are used in the parent class CloudContentEntityBase, I can't add return types without modifying the class CloudContentEntityBase.
Comment #5
yas@xiaohua-guan
Thank you for the update. I just posted my above comments; can we add the return type hint for the rest of the functions?
Comment #6
xiaohua guan commentedComment #7
xiaohua guan commented@yas
Thanks for your review. I've added return type for setXXX functions. Please take a look. Thanks.
Comment #8
yas@xiaohua-guan
Thank you for the update. Could you please add the return type hint to
baseFieldDefinitions(EntityTypeInterface $entity_type): array?Thanks
Comment #9
xiaohua guan commented@yas
I added the return type. Please take a look again. Thanks.
Comment #10
yas@xiaohua-guan
Thank you for the update. I'll merge the patch to
3.xand close this issue asFixed.Comment #13
yas