- Issue created by @oleksandr.s
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 3:32pm 12 October 2023
After updating to Drupal 10 error with opigno_calendar_event appears.
Call to undefined method Drupal\opigno_calendar_event\Entity\CalendarEvent::getRevisionMetadataKey() in Drupal\opigno_calendar_event\Entity\CalendarEvent::baseFieldDefinitions() (line 244 of modules/contrib/opigno_calendar_event/src/Entity/CalendarEvent.php).
The reason of it:
In Drupal 9 getRevisionMetadataKey() method declared as deprecated and removed from Drupal\Core\Entity\RevisionLogEntityTrait in Drupal 10 release.
Update to Drupal 10.
Try with drush cr
and error should appear.
Needs review
3.0
Code