- Issue created by @fmb
- 🇧🇷Brazil elber Brazil
Hi I need more details I implemented the interface in L10nPackagerFile.php
class L10nPackagerFile extends ContentEntityBase implements L10nPackagerFileInterface
but I had several errors like this'Drupal\l10n_packager\Entity\L10nPackagerFile' does not implement methods 'getRelease', 'setRelease', 'getReleaseId', 'setReleaseId', 'getLanguage', 'setLanguage', 'getFile', 'setFile', 'getFileId', 'setFileId', 'getStringCount', 'setStringCount', 'setCheckedTime'
Do you want these method be implemented in this class or am I doing something wrong. - 🇫🇷France fmb Perpinyà, Catalonia, EU
Yes, these methods also need to be implemented, sorry about that. Thanks!
- @elber opened merge request.
- Status changed to Needs review
over 1 year ago 7:14pm 12 June 2023 - Status changed to Fixed
over 1 year ago 3:55pm 13 June 2023 - 🇫🇷France fmb Perpinyà, Catalonia, EU
Thanks @elber! I had to rework some of it, for instance the part about project IDs, which are not directly related to this entity (it was not your fault, the interface was wrong in the first place).
Out of curiosity, how did you hear about this issue? During Drupalcon?
- 🇧🇷Brazil elber Brazil
Hi I just saw it in the issues queue.
It was a pleasure to work on it for me!
Automatically closed - issue fixed for 2 weeks with no activity.