- The following classes were removed:
- The
CreateCalendarEventAction::getDescription
[?] method was removed. - The following methods in class
UserCalendarHandler
[?] were removed: - The
CreateCalendarEventAction::__construct(ContextAccessor $contextAccessor, Registry $registry)
[?] method was changed toCreateCalendarEventAction::__construct(ContextAccessor $contextAccessor, ManagerRegistry $doctrine)
[?] - The
EventAttendeesValidator::__construct(ManagerRegistry $managerRegistry)
[?] method was changed toEventAttendeesValidator::__construct(ManagerRegistry $doctrine)
[?] - The
UniqueUidValidator::__construct(ManagerRegistry $managerRegistry)
[?] method was changed toUniqueUidValidator::__construct(ManagerRegistry $doctrine)
[?] - The
UpdateAttendeeData::updateStatus(EntityManager $em)
[?] method was changed toUpdateAttendeeData::updateStatus(EntityManagerInterface $em)
[?] - The
CalendarEventEntityListener::prePersist(CalendarEvent $calendarEvent, LifecycleEventArgs $event)
[?] method was changed toCalendarEventEntityListener::prePersist(CalendarEvent $calendarEvent, LifecycleEventArgs $event)
[?] - The
EntityListener::prePersist(LifecycleEventArgs $args)
[?] method was changed toEntityListener::prePersist(LifecycleEventArgs $args)
[?] - The
UserCalendarHandler::__construct(EntityManager $em, PictureSourcesProviderInterface $pictureSourcesProvider, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclHelper $aclHelper, AclVoterInterface $aclVoter = null)
[?] method was changed toUserCalendarHandler::__construct(ManagerRegistry $doctrine, PictureSourcesProviderInterface $pictureSourcesProvider, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, EntityRoutingHelper $entityRoutingHelper, EntityNameResolver $entityNameResolver, AclHelper $aclHelper)
[?] - The following properties in class
CreateCalendarEventAction
[?] were removed: - The
AttendeeEmailRecipientsProvider::$registry
[?] property was removed.