- The
NamespaceMigrationProvider
[?] class was removed.
- The
EmailCaseInsensitiveOptionValidator::__construct(CustomerUserManager $userManager, TranslatorInterface $translator, DatagridRouteHelper $datagridRouteHelper)
[?] method was changed toEmailCaseInsensitiveOptionValidator::__construct(ManagerRegistry $doctrine, TranslatorInterface $translator, DatagridRouteHelper $datagridRouteHelper)
[?] - The
FrontendCustomerUserRegistrationFormProvider::__construct(FormFactoryInterface $formFactory, ConfigManager $configManager, WebsiteManager $websiteManager, UserManager $userManager, UrlGeneratorInterface $router)
[?] method was changed toFrontendCustomerUserRegistrationFormProvider::__construct(FormFactoryInterface $formFactory, ConfigManager $configManager, WebsiteManager $websiteManager, ManagerRegistry $doctrine, UrlGeneratorInterface $router)
[?] - The
FrontendCustomerUserRegistrationType::__construct(ConfigManager $configManager, UserManager $userManager)
[?] method was changed toFrontendCustomerUserRegistrationType::__construct(ConfigManager $configManager, ManagerRegistry $doctrine)
[?] - The
CustomerUserManager::__construct(string $class, ManagerRegistry $registry, EncoderFactoryInterface $encoderFactory, FrontendHelper $frontendHelper, LocalizationHelper $localizationHelper, WebsiteManager $websiteManager)
[?] method was changed toCustomerUserManager::__construct(UserLoaderInterface $userLoader, ManagerRegistry $doctrine, EncoderFactoryInterface $encoderFactory, ConfigManager $configManager, ServiceLink $emailProcessor, FrontendHelper $frontendHelper, LocalizationHelper $localizationHelper, WebsiteManager $websiteManager, LoggerInterface $logger)
[?] - The
FrontendCustomerUserRegistrationType::$userManager
[?] property was removed. - The following properties in class
CustomerUserManager
[?] were removed: - The
AbstractCustomerUserRoleHandler::processPrivileges
[?] method was removed. - The following methods in class
CustomerUserManager
[?] were removed:
- The following classes were removed:
- The
FrontendHelper::__construct($backendPrefix, ContainerInterface $container)
[?] method was changed toFrontendHelper::__construct($backendPrefix, RequestStack $requestStack)
[?] - The
ActivityListPlaceholderFilter::__construct(PlaceholderFilter $filter, FrontendHelper $helper, RequestStack $requestStack)
[?] method was changed toActivityListPlaceholderFilter::__construct(PlaceholderFilter $filter, FrontendHelper $helper)
[?] - The
FrontendFilter::__construct(FrontendHelper $helper, RequestStack $requestStack)
[?] method was changed toFrontendFilter::__construct(FrontendHelper $helper)
[?] - The
FrontendJsRoutingDumpCommand::__construct(ExposedRoutesExtractorInterface $extractor, SerializerInterface $serializer, $projectDir, $requestContextBaseUrl = null)
[?] method was changed toFrontendJsRoutingDumpCommand::__construct(ExposedRoutesExtractorInterface $extractor, SerializerInterface $serializer, $projectDir, $requestContextBaseUrl = null, string $backendFilenamePrefix)
[?] - The
FrontendHelper::$container
[?] property was removed. - The
ActivityListPlaceholderFilter::$requestStack
[?] property was removed. - The
FrontendFilter::$requestStack
[?] property was removed. - The
ActivityListPlaceholderFilter::isFrontendRoute
[?] method was removed.