-
The following classes were removed:
-
The
UniqueCustomerUserNameAndEmailValidator::__construct(EntityRepository $customerUserRepository)
[?] method was changed toUniqueCustomerUserNameAndEmailValidator::__construct(CustomerUserManager $customerUserManager)
[?] -
The
CustomerUserProvider::getLoggedUser()
[?] method was changed toCustomerUserProvider::getLoggedUser($allowGuest = false)
[?] -
The
AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, ConfigManager $configManager)
[?] method was changed toAnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, ConfigManager $configManager, WebsiteManager $websiteManager, CacheProvider $cacheProvider)
[?] -
The
FrontendAddressProvider::__construct(ManagerRegistry $registry, AclHelper $aclHelper, $customerAddressClass, $customerUserAddressClass)
[?] method was changed toFrontendAddressProvider::__construct(ManagerRegistry $registry, AclHelper $aclHelper, $customerAddressClass, $customerUserAddressClass)
[?] -
The
Processor::__construct(ManagerRegistry $managerRegistry, ConfigManager $configManager, EmailRenderer $renderer, EmailHolderHelper $emailHolderHelper, Swift_Mailer $mailer, EventDispatcherInterface $eventDispatcher)
[?] method was changed toProcessor::__construct(UserTemplateEmailSender $userTemplateEmailSender, EventDispatcherInterface $eventDispatcher)
[?] -
The
FrontendCustomerUserRegistrationFormProvider::__construct(FormFactoryInterface $formFactory, ManagerRegistry $managerRegistry, ConfigManager $configManager, WebsiteManager $websiteManager, UserManager $userManager, UrlGeneratorInterface $router)
[?] method was changed toFrontendCustomerUserRegistrationFormProvider::__construct(FormFactoryInterface $formFactory, ConfigManager $configManager, WebsiteManager $websiteManager, UserManager $userManager, UrlGeneratorInterface $router)
[?] -
The
FrontendCustomerUserRoleSelectType::__construct(TokenAccessorInterface $tokenAccessor, ManagerRegistry $registry, AclHelper $aclHelper)
[?] method was changed toFrontendCustomerUserRoleSelectType::__construct(TokenAccessorInterface $tokenAccessor, ManagerRegistry $registry)
[?] -
The
FrontendOwnerSelectType::__construct(AclHelper $aclHelper, ManagerRegistry $registry, ConfigProvider $configProvider)
[?] method was changed toFrontendOwnerSelectType::__construct(ManagerRegistry $registry, ConfigProvider $configProvider)
[?] -
The
FixCustomerAddressesDefaultSubscriber::__construct($addressesProperty)
[?] method was changed toFixCustomerAddressesDefaultSubscriber::__construct($addressesPropertyPath, PropertyAccessorInterface $propertyAccessor = null)
[?] -
The
RecordOwnerDataListener::__construct(TokenStorageInterface $tokenStorage, ConfigProvider $configProvider)
[?] method was changed toRecordOwnerDataListener::__construct(CustomerUserProvider $customerUserProvider, ConfigProvider $configProvider, PropertyAccessor $propertyAccessor)
[?] -
The following methods in class
CustomerUserRoleController
[?] were changed: -
The following methods in class
FrontendAddressProvider
[?] were removed: -
The following methods in class
FrontendOwnershipMetadataProvider
[?] were removed: -
The
CustomerUserPasswordRequestHandler::validateUser
[?] method was removed. -
The following methods in class
FixCustomerAddressesDefaultSubscriber
[?] were removed: -
The
CustomerUserManager::isSendPasswordInWelcomeEmail
[?] method was removed. -
The following methods in class
CustomerUserRole
[?] were removed: -
The following methods in class
CustomerUserRoleRepository
[?] were removed: -
The
FrontendCustomerUserRegistrationFormProvider::$managerRegistry
[?] property was removed. -
The
FrontendCustomerUserRoleSelectType::$aclHelper
[?] property was removed. -
The
FrontendOwnerSelectType::$aclHelper
[?] property was removed. -
The
FixCustomerAddressesDefaultSubscriber::$addressesProperty
[?] property was removed. -
The
RecordOwnerDataListener::$tokenStorage
[?] property was removed. -
The
CustomerUserRole::$websites
[?] property was removed.
- The following classes were removed:
- The
ScreensProvider::__construct(ThemeManager $themeManager, ChainCache $cache)
[?] method was changed toScreensProvider::__construct(ThemeManager $themeManager, Cache $cache)
[?] - The
ValidateApiDocViewListener::__construct($views, $frontendViews)
[?] method was changed toValidateApiDocViewListener::__construct($basePath, $views, $defaultView, $frontendViews, $frontendDefaultView)
[?] - The
FrontendExposedRoutesExtractor::getExposedRoutes
[?] method was removed. - The
FrontendController::exceptionAction
[?] method was removed. - The
FrontendJsRoutingDumpCommand::getExposedRoutesExtractor
[?] method was removed. - The
FrontendJsRoutingDumpCommand::$routesExtractor
[?] property was removed.