- The
MenuExtension::getName
[?] method was removed. - The
AbstractFrontendMenuController::getMenuUpdateManager
[?] method was removed. - The
MenuExtension::getUrl($url)
[?] method was changed toMenuExtension::getUrl($url)
[?] - The
MenuProvider::getMenu($menuName, $options = [ ... ])
[?] method was changed toMenuProvider::getMenu($menuName, $options = [ ... ])
[?]
- The following classes were removed:
- The
CustomerUserWithoutRole::validatedBy
[?] method was removed. - The
CustomerUserWithoutRoleValidator::isUserValid
[?] method was removed. - The
CustomerExtension::getName
[?] method was removed. - The
AnonymousCustomerUserAuthenticationListener::handle
[?] method was removed. - The following methods in class
FrontendOwnershipMetadata
[?] were removed: - The
CustomerAddOrReplaceStrategy::processValidationErrors
[?] method was removed. - The
CustomerUserAddOrReplaceStrategy::getObjectValue
[?] method was removed. - The following methods in class
CustomerUser
[?] were removed: - The following methods in class
CustomerUserRole
[?] were removed: - The
CustomerGroupVoter::setConfigManager
[?] method was removed. - The following methods in class
CustomerUserRoleVoter
[?] were removed: - The
TokenAwareFrontendHelper::__construct($backendPrefix, RequestStack $requestStack, TokenStorageInterface $tokenStorage)
[?] method was changed toTokenAwareFrontendHelper::__construct($backendPrefix, RequestStack $requestStack, ApplicationState $applicationState, TokenStorageInterface $tokenStorage)
[?] - The
CustomerVisitorCookieResponseListener::onKernelResponse(FilterResponseEvent $event)
[?] method was changed toCustomerVisitorCookieResponseListener::onKernelResponse(ResponseEvent $event)
[?] - The
AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, WebsiteManager $websiteManager, CacheProvider $cacheProvider, CsrfRequestManager $csrfRequestManager, $apiPattern, CustomerVisitorCookieFactory $cookieFactory)
[?] method was changed toAnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, CsrfRequestManager $csrfRequestManager, CustomerVisitorCookieFactory $cookieFactory, AnonymousCustomerUserRolesProvider $rolesProvider, $apiPattern, LoggerInterface $logger)
[?] - The
CustomerVisitorCookieFactory::__construct($secure, $httpOnly, ConfigManager $configManager)
[?] method was changed toCustomerVisitorCookieFactory::__construct($secure, $httpOnly, ConfigManager $configManager, $sameSite)
[?] - The
CustomerUserPreferredLocalizationProvider::__construct($userLocalizationManager)
[?] method was changed toCustomerUserPreferredLocalizationProvider::__construct(UserLocalizationManagerInterface $userLocalizationManager)
[?] - The
FrontendOwnershipMetadata::__construct($ownerType = null, $ownerFieldName, $ownerColumnName, $organizationFieldName, $organizationColumnName, $customerFieldName, $customerColumnName)
[?] method was changed toFrontendOwnershipMetadata::__construct($ownerType, $ownerFieldName, $ownerColumnName, $organizationFieldName, $organizationColumnName, $customerFieldName, $customerColumnName)
[?] - The
CustomerNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toCustomerNormalizer::normalize($object, $format = null, $context = [])
[?] - The
CustomerUserNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toCustomerUserNormalizer::normalize($object, $format = null, $context = [])
[?] - The
DisabledUserSessionListener::onKernelException(GetResponseForExceptionEvent $event)
[?] method was changed toDisabledUserSessionListener::onKernelException(ExceptionEvent $event)
[?] - The
CustomerDatagridListener::__construct(CustomerUserProvider $securityProvider, $columns = [ ... ])
[?] method was changed toCustomerDatagridListener::__construct(CustomerUserProvider $securityProvider, $columns = [ ... ])
[?] - The
CustomerUser::setBirthday($birthday)
[?] method was changed toCustomerUser::setBirthday(DateTime $birthday = null)
[?] - The
AnonymousCustomerUserFactory::create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
[?] method was changed toAnonymousCustomerUserFactory::create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId)
[?] - The
CustomersEnableSwitchActionHandler::__construct(AclHelper $aclHelper, TokenStorageInterface $tokenStorage, TranslatorInterface $translator, $isEnabled, $successMessage, $errorMessage)
[?] method was changed toCustomersEnableSwitchActionHandler::__construct(AclHelper $aclHelper, TokenStorageInterface $tokenStorage, TranslatorInterface $translator, $isEnabled, $successMessage, $errorMessage)
[?] - The
CustomerUserRoleController::update(Request $request, CustomerUserRole $role)
[?] method was changed toCustomerUserRoleController::update(CustomerUserRole $role, Request $request)
[?] - The
ResetController::checkEmailAction()
[?] method was changed toResetController::checkEmailAction(Request $request)
[?] - The
CustomerVoter::__construct(DoctrineHelper $doctrineHelper, AuthenticationTrustResolverInterface $authenticationTrustResolver, AuthorizationCheckerInterface $authorizationChecker, CustomerUserProvider $customerUserProvider, CustomerUserRelationsProvider $customerUserRelationsProvider)
[?] method was changed toCustomerVoter::__construct(DoctrineHelper $doctrineHelper, AuthorizationCheckerInterface $authorizationChecker, AuthenticationTrustResolverInterface $authenticationTrustResolver, ContainerInterface $container)
[?] - The
CustomerUser::$roles
[?] property was removed. - The
CustomerGroupVoter::$configManager
[?] property was removed. - The
CustomerUserRoleVoter::$container
[?] property was removed.
- The
FileUrlProvider::getResizedImageUrl(File $file, $width, $height, $referenceType)
[?] method was changed toFileUrlProvider::getResizedImageUrl(File $file, $width, $height, $format, $referenceType)
[?]
- The following classes were removed:
- The
FrontendHelper::__construct($backendPrefix, RequestStack $requestStack)
[?] method was changed toFrontendHelper::__construct($backendPrefix, RequestStack $requestStack, ApplicationState $applicationState)
[?] - The
RouteProvider::__construct(RouteProviderInterface $routeProvider, FrontendHelper $frontendHelper, $formDialogRoute, $formPageRoute, $executionRoute, $widgetRoute = null)
[?] method was changed toRouteProvider::__construct(RouteProviderInterface $routeProvider, FrontendHelper $frontendHelper, $formDialogRoute, $formPageRoute, $executionRoute, $widgetRoute)
[?] - The
LocaleSettings::__construct(LocaleSettings $inner, FrontendHelper $frontendHelper, UserLocalizationManagerInterface $localizationManager)
[?] method was changed toLocaleSettings::__construct(LocaleSettings $inner, FrontendHelper $frontendHelper, UserLocalizationManagerInterface $localizationManager, LayoutContextHolder $layoutContextHolder, ThemeManager $themeManager)
[?] - The
DraftableFilterListener::onKernelController(FilterControllerEvent $event)
[?] method was changed toDraftableFilterListener::onKernelController(ControllerEvent $event)
[?] - The
GuestAccessRequestListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toGuestAccessRequestListener::onKernelRequest(RequestEvent $event)
[?] - The
ThemeListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toThemeListener::onKernelRequest(RequestEvent $event)
[?] - The
ClassMigration::__construct(ManagerRegistry $managerRegistry, ConfigManager $configManager, $applicationInstalled)
[?] method was changed toClassMigration::__construct(ManagerRegistry $managerRegistry, ConfigManager $configManager, ApplicationState $applicationState)
[?]
-
The following classes were removed:
-
The
EntityDateTimeExtension::getName
[?] method was removed. -
The following methods in class
EntityDateTimeExtension
[?] were changed: -
The
WebsiteUrlResolver::getWebsitePath($route, $routeParams, WebsiteInterface $website = null)
[?] method was changed toWebsiteUrlResolver::getWebsitePath($route, $routeParams, WebsiteInterface $website = null)
[?] -
The
CacheableWebsiteProvider::__construct(WebsiteProviderInterface $websiteProvider, CacheProvider $cacheProvider, DoctrineHelper $doctrineHelper, TokenStorageInterface $tokenStorage)
[?] method was changed toCacheableWebsiteProvider::__construct(WebsiteProviderInterface $websiteProvider, CacheProvider $cacheProvider, TokenStorageInterface $tokenStorage)
[?] -
The
WebsiteManager::__construct(ManagerRegistry $managerRegistry, FrontendHelper $frontendHelper, Mode $maintenance)
[?] method was changed toWebsiteManager::__construct(ManagerRegistry $managerRegistry, FrontendHelper $frontendHelper, Mode $maintenance)
[?] -
The
AssetsRequestListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toAssetsRequestListener::onKernelRequest(RequestEvent $event)
[?] -
The
EntityDateTimeExtension::$dateTimeExtension
[?] property was removed.