- Issue created by @Shanu Chouhan
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:16am 15 May 2023 - Status changed to Needs work
over 1 year ago 12:49pm 15 May 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+ /** + * {@inheritdoc} + */ public function alerts($options = []) {
The parent class does not have an
alerts()
method.{@inheritdoc}
cannot be used for that documentation comment.* @return \Drupal\Core\Entity\EntityInterface + * The reloaded entity. + * * @throws \Drupal\Core\Entity\EntityStorageException */ public function syncAlert(array $result, &$counter = 0) {
What that method returns is a message entity.
- 🇺🇸United States asherry
Thanks for the issue and the patch, the module is still a work in progress though. I don't honestly know if I'll keep those public methods, the client project where this is being worked on isn't even in the final development stages.
I'll see if I can get your commit in there, just because I try to never turn down patches, but please be patient as this module will probably change before any type of release.
- Status changed to Fixed
over 1 year ago 6:28pm 16 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.