- ActionBundle
- ActivityListBundle
- AddressBundle
- ApiBundle
- AssetBundle
- AttachmentBundle
- BatchBundle
- BusinessEntitiesBundle
- CacheBundle
- ChainProcessor
- CommentBundle
- Config
- ConfigBundle
- CronBundle
- CurrencyBundle
- DashboardBundle
- DataAuditBundle
- DataGridBundle
- DependencyInjection
- DigitalAssetBundle
- DistributionBundle
- DoctrineUtils
- DraftBundle
- EmailBundle
- EmbeddedFormBundle
- EntityBundle
- EntityConfigBundle
- EntityExtendBundle
- EntityMergeBundle
- EntityPaginationBundle
- ExpressionLanguage
- FeatureToggleBundle
- FilterBundle
- FormBundle
- GaufretteBundle
- GoogleIntegrationBundle
- HelpBundle
- ImapBundle
- ImportExportBundle
- InstallerBundle
- IntegrationBundle
- Layout
- LayoutBundle
- LocaleBundle
- Log
- LoggerBundle
- Math
- MessageQueue
- MessageQueueBundle
- MicrosoftIntegrationBundle
- MigrationBundle
- NavigationBundle
- NoteBundle
- NotificationBundle
- OrganizationBundle
- PhpUtils
- PlatformBundle
- ReminderBundle
- ReportBundle
- Routing
- SSOBundle
- ScopeBundle
- SearchBundle
- SecurityBundle
- SegmentBundle
- SidebarBundle
- SoapBundle
- SyncBundle
- TagBundle
- TestGeneratorBundle
- TestUtils
- Testing
- ThemeBundle
- TranslationBundle
- UIBundle
- UserBundle
- WindowsBundle
- WorkflowBundle
- WsseAuthenticationBundle
- The
OperationExtension::getName
[?] method was removed. - The
RouteProvider::__construct($formDialogRoute, $formPageRoute, $executionRoute, $widgetRoute = null)
[?] method was changed toRouteProvider::__construct($formDialogRoute, $formPageRoute, $executionRoute, $widgetRoute)
[?] - The
ApplicationsUrlHelper::__construct(RouteProviderInterface $routeProvider, RouterInterface $router)
[?] method was changed toApplicationsUrlHelper::__construct(RouteProviderInterface $routeProvider, UrlGeneratorInterface $urlGenerator)
[?] - The
ContextHelper::getRequestParameter($name, $default = null)
[?] method was changed toContextHelper::getRequestParameter($name, $default = null)
[?] - The
OptionsHelper::__construct(Router $router, TranslatorInterface $translator, FormProvider $formProvider, HtmlTagHelper $htmlTagHelper)
[?] method was changed toOptionsHelper::__construct(UrlGeneratorInterface $urlGenerator, TranslatorInterface $translator, FormProvider $formProvider, HtmlTagHelper $htmlTagHelper)
[?] - The
AjaxController::handleFailedNonAjaxResponse($message, $routeName)
[?] method was changed toAjaxController::handleFailedNonAjaxResponse(SessionInterface $session, $message, $routeName)
[?] - The
ButtonContext::setRouteName($routeName)
[?] method was changed toButtonContext::setRouteName($routeName)
[?] - The
ButtonSearchContext::setRouteName($routeName)
[?] method was changed toButtonSearchContext::setRouteName($routeName)
[?] - The
OptionsHelper::$router
[?] property was removed.
- The
ActivityAccessor::getActivity
[?] method was removed. - The
ActivityAccessor::__construct(Registry $registry)
[?] method was changed toActivityAccessor::__construct(ManagerRegistry $doctrine)
[?] - The
ActivityInheritanceTargetsHelper::__construct(ConfigManager $configManager, Registry $registry)
[?] method was changed toActivityInheritanceTargetsHelper::__construct(ConfigManager $configManager, Registry $registry, SubQueryLimitHelper $limitHelper)
[?] - The
ActivityList::setCreatedAt(DateTime $createdAt = null)
[?] method was changed toActivityList::setCreatedAt(DateTimeInterface $createdAt = null)
[?] - The
ActivityAccessor::$registry
[?] property was removed.
- The
Configuration
[?] class was removed. - The
PhoneExtension::getName
[?] method was removed. - The
AddressTypeTranslation::$content
[?] property was removed. - The
CountryTranslation::$content
[?] property was removed. - The
RegionTranslation::$content
[?] property was removed. - The
RegionController::getAction(Request $request)
[?] method was changed toRegionController::getAction($id)
[?]
-
The following classes were removed:
HandleSearchAggregationFilter
[?]NormalizeSearchAggregatedData
[?]CorsHeaders
[?]SearchResult
[?]SearchAggregationFilter
[?]SearchAggregationFilterFactory
[?]SearchFieldResolver
[?]SearchFieldResolverFactory
[?]SearchQueryFilter
[?]SearchQueryFilterFactory
[?]InvalidSearchQueryException
[?]LogoutSuccessHandler
[?]
-
The
ContextListener::handle
[?] method was removed. -
The
FeatureAccessListener::handle
[?] method was removed. -
The
Context::getAllEntities
[?] method was removed. -
The
CheckRequestType::process
[?] method was removed. -
The following methods in class
ApiResolvedFormType
[?] were removed: -
The following methods in class
ApiDocMetadata
[?] were removed: -
The
HtmlFormatter::setTemplatingEngine
[?] method was removed. -
The
ContextInterface::getAllEntities
[?] method was removed. -
The following methods in class
ContextListener
[?] were changed: -
The
AbstractErrorCompleter::__construct(ExceptionTextExtractorInterface $exceptionTextExtractor)
[?] method was changed toAbstractErrorCompleter::__construct(ErrorTitleOverrideProvider $errorTitleOverrideProvider, ExceptionTextExtractorInterface $exceptionTextExtractor)
[?] -
The
ErrorCompleter::__construct(ExceptionTextExtractorInterface $exceptionTextExtractor, ValueNormalizer $valueNormalizer, FilterNamesRegistry $filterNamesRegistry)
[?] method was changed toErrorCompleter::__construct(ErrorTitleOverrideProvider $errorTitleOverrideProvider, ExceptionTextExtractorInterface $exceptionTextExtractor, ValueNormalizer $valueNormalizer, FilterNamesRegistry $filterNamesRegistry)
[?] -
The
SaveEntity::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toSaveEntity::__construct(DoctrineHelper $doctrineHelper, FlushDataHandlerInterface $flushDataHandler)
[?] -
The
SaveParentEntity::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toSaveParentEntity::__construct(DoctrineHelper $doctrineHelper, FlushDataHandlerInterface $flushDataHandler)
[?] -
The
SetCorsAllowAndExposeHeaders::__construct($allowedHeaders, $exposableHeaders, $isCredentialsAllowed)
[?] method was changed toSetCorsAllowAndExposeHeaders::__construct(CorsSettings $corsSettings)
[?] -
The
SetCorsAllowOrigin::__construct($allowedOrigins)
[?] method was changed toSetCorsAllowOrigin::__construct(CorsSettings $corsSettings)
[?] -
The
SetCacheControl::__construct($preflightMaxAge)
[?] method was changed toSetCacheControl::__construct(CorsSettings $corsSettings)
[?] -
The
SetCorsMaxAge::__construct($preflightMaxAge)
[?] method was changed toSetCorsMaxAge::__construct(CorsSettings $corsSettings)
[?] -
The
AddHateoasLinksForEntity::__construct(RestRoutesRegistry $routesRegistry, UrlGeneratorInterface $urlGenerator)
[?] method was changed toAddHateoasLinksForEntity::__construct(RestRoutesRegistry $routesRegistry, UrlGeneratorInterface $urlGenerator, ResourcesProvider $resourcesProvider)
[?] -
The
SetDataTransformers::__construct(DataTransformerRegistry $dataTransformerRegistry, DoctrineHelper $doctrineHelper)
[?] method was changed toSetDataTransformers::__construct(DataTransformerRegistry $dataTransformerRegistry, PostProcessorRegistry $postProcessorRegistry, DoctrineHelper $doctrineHelper)
[?] -
The
CompleteEntityDefinitionHelper::__construct(DoctrineHelper $doctrineHelper, EntityOverrideProviderRegistry $entityOverrideProviderRegistry, EntityIdHelper $entityIdHelper, CompleteAssociationHelper $associationHelper, CompleteCustomDataTypeHelper $customDataTypeHelper, ExclusionProviderRegistry $exclusionProviderRegistry, ExpandedAssociationExtractor $expandedAssociationExtractor, ConfigManager $configManager)
[?] method was changed toCompleteEntityDefinitionHelper::__construct(DoctrineHelper $doctrineHelper, EntityOverrideProviderRegistry $entityOverrideProviderRegistry, EntityIdHelper $entityIdHelper, CompleteAssociationHelper $associationHelper, CompleteCustomDataTypeHelper $customDataTypeHelper, ExclusionProviderRegistry $exclusionProviderRegistry, ExpandedAssociationExtractor $expandedAssociationExtractor, EntityFieldFilteringHelper $entityFieldFilteringHelper)
[?] -
The
DeleteEntitiesByDeleteHandler::__construct(DoctrineHelper $doctrineHelper, EntityDeleteHandlerRegistry $deleteHandlerRegistry)
[?] method was changed toDeleteEntitiesByDeleteHandler::__construct(DoctrineHelper $doctrineHelper, EntityDeleteHandlerRegistry $deleteHandlerRegistry, LoggerInterface $logger)
[?] -
The
BuildCustomTypes::__construct(AssociationManager $associationManager, DoctrineHelper $doctrineHelper)
[?] method was changed toBuildCustomTypes::__construct(AssociationManager $associationManager, DoctrineHelper $doctrineHelper, ValueTransformer $valueTransformer)
[?] -
The
Label::__construct($name, $domain = null)
[?] method was changed toLabel::__construct($name, $domain = null)
[?] -
The
FormValidationHandler::__construct(ValidatorInterface $validator, CustomizeFormDataHandler $customizationHandler, PropertyAccessorInterface $propertyAccessor)
[?] method was changed toFormValidationHandler::__construct(ValidatorInterface $validator, CustomizeFormDataEventDispatcher $customizeFormDataEventDispatcher, PropertyAccessorInterface $propertyAccessor)
[?] -
The
ErrorHandlingBodyListenerDecorator::onKernelRequest(GetResponseEvent $event)
[?] method was changed toErrorHandlingBodyListenerDecorator::onKernelRequest(RequestEvent $event)
[?] -
The
FosRestBodyListenerAdapter::onKernelRequest(GetResponseEvent $event)
[?] method was changed toFosRestBodyListenerAdapter::onKernelRequest(RequestEvent $event)
[?] -
The
UpdateListBodyListenerDecorator::onKernelRequest(GetResponseEvent $event)
[?] method was changed toUpdateListBodyListenerDecorator::onKernelRequest(RequestEvent $event)
[?] -
The
ValidateApiDocViewListener::onKernelController(FilterControllerEvent $event)
[?] method was changed toValidateApiDocViewListener::onKernelController(ControllerEvent $event)
[?] -
The
DataTransformerRegistry::getDataTransformer($dataType, RequestType $requestType)
[?] method was changed toDataTransformerRegistry::getDataTransformer($dataType, RequestType $requestType)
[?] -
The
BatchFlushDataHandler::__construct($entityClass, DoctrineHelper $doctrineHelper)
[?] method was changed toBatchFlushDataHandler::__construct($entityClass, DoctrineHelper $doctrineHelper, FlushDataHandlerInterface $flushDataHandler)
[?] -
The
BatchFlushDataHandlerFactory::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toBatchFlushDataHandlerFactory::__construct(DoctrineHelper $doctrineHelper, FlushDataHandlerInterface $flushDataHandler)
[?] -
The
CachingApiDocExtractor::__construct(ContainerInterface $container, RouterInterface $router, Reader $reader, DocCommentExtractor $commentExtractor, ControllerNameParser $controllerNameParser, $handlers, $annotationsProviders, $cacheFile, $debug = false)
[?] method was changed toCachingApiDocExtractor::__construct(ContainerInterface $container, RouterInterface $router, Reader $reader, DocCommentExtractor $commentExtractor, $handlers, $annotationsProviders, $cacheFile, $debug = false)
[?] -
The
BodyListenerInterface::onKernelRequest(GetResponseEvent $event)
[?] method was changed toBodyListenerInterface::onKernelRequest(RequestEvent $event)
[?] -
The
HtmlFormatter::$engine
[?] property was removed.
- The
OroAssetsBuildCommand::__construct(NodeProcessFactory $nodeProcessFactory, AssetConfigCache $cache, $npmPath, $buildTimeout, $npmInstallTimeout)
[?] method was changed toOroAssetsBuildCommand::__construct(NodeProcessFactory $nodeProcessFactory, AssetConfigCache $cache, $npmPath, $buildTimeout, $npmInstallTimeout, $disableBabel)
[?] - The
AssetConfigCache::__construct(KernelInterface $kernel, $webpackDevServerOptions)
[?] method was changed toAssetConfigCache::__construct(KernelInterface $kernel, $webpackDevServerOptions, ThemeManager $themeManager)
[?]
-
The following methods in class
FileExtension
[?] were removed: -
The
AttachmentManager::getFileRestApiUrl
[?] method was removed. -
The following methods in class
File
[?] were removed: -
The
FileExtension::getResizedImageUrl(File $file, $width, $height)
[?] method was changed toFileExtension::getResizedImageUrl(File $file, $width, $height, $format)
[?] -
The
SkipUnsupportedBinariesByMimeTypeFilterDecorator::applyFilter(BinaryInterface $binary, $filter)
[?] method was changed toSkipUnsupportedBinariesByMimeTypeFilterDecorator::applyFilter(BinaryInterface $binary, $filter, $runtimeConfig = [])
[?] -
The
BasicImagineBinaryFilter::applyFilter(BinaryInterface $binary, $filter)
[?] method was changed toBasicImagineBinaryFilter::applyFilter(BinaryInterface $binary, $filter, $runtimeConfig = [])
[?] -
The
GuessMimeTypeByFileContentFactory::__construct(MimeTypeGuesserInterface $mimeTypeGuesser, ExtensionGuesserInterface $extensionGuesser)
[?] method was changed toGuessMimeTypeByFileContentFactory::__construct(MimeTypeGuesserInterface $mimeTypeGuesser, MimeTypesInterface $mimeTypes)
[?] -
The following methods in class
AttachmentFilterAwareUrlGenerator
[?] were changed: -
The
AttachmentProvider::__construct(EntityManager $entityManager, AttachmentAssociationHelper $attachmentAssociationHelper, AttachmentManager $attachmentManager)
[?] method was changed toAttachmentProvider::__construct(EntityManager $entityManager, AttachmentAssociationHelper $attachmentAssociationHelper, AttachmentManager $attachmentManager, PictureSourcesProviderInterface $pictureSourcesProvider)
[?] -
The
FileUrlByUuidProvider::getResizedImageUrl($uuid, $width, $height, $referenceType)
[?] method was changed toFileUrlByUuidProvider::getResizedImageUrl($uuid, $width, $height, $format, $referenceType)
[?] -
The
FileUrlProvider::getResizedImageUrl(File $file, $width, $height, $referenceType)
[?] method was changed toFileUrlProvider::getResizedImageUrl(File $file, $width, $height, $format, $referenceType)
[?] -
The
ResizedImagePathProvider::getPathForResizedImage(File $entity, $width, $height)
[?] method was changed toResizedImagePathProvider::getPathForResizedImage(File $entity, $width, $height, $format)
[?] -
The
ResizedImagePathProviderDecorator::getPathForResizedImage(File $entity, $width, $height)
[?] method was changed toResizedImagePathProviderDecorator::getPathForResizedImage(File $entity, $width, $height, $format)
[?] -
The
ResizedImageProvider::__construct(FileManager $fileManager, ImagineBinaryByFileContentFactoryInterface $imagineBinaryFactory, ImagineBinaryFilterInterface $imagineBinaryFilter, FilterConfiguration $filterConfig, LoggerInterface $logger)
[?] method was changed toResizedImageProvider::__construct(FileManager $fileManager, ImagineBinaryByFileContentFactoryInterface $imagineBinaryFactory, ImagineBinaryFilterInterface $imagineBinaryFilter, FilterConfiguration $filterConfig, FilterRuntimeConfigProviderInterface $filterRuntimeConfigProvider, LoggerInterface $logger)
[?] -
The
FilteredAttachmentMigrationService::__construct(FilesystemMap $filesystemMap, FilterConfiguration $filterConfiguration, ImageFilterLoader $filterLoader, $fsName, $directory)
[?] method was changed toFilteredAttachmentMigrationService::__construct(FilesystemMap $filesystemMap, FilterConfiguration $filterConfiguration, ImageFilterLoader $filterLoader, $fsName, $directory)
[?] -
The following methods in class
AttachmentManager
[?] were changed:__construct(FileUrlProviderInterface $fileUrlProvider, FileIconProvider $fileIconProvider, MimeTypeChecker $mimeTypeChecker, AssociationManager $associationManager, UrlGeneratorInterface $urlGenerator, ManagerRegistry $registry)
[?]__construct(FileUrlProviderInterface $fileUrlProvider, FileIconProvider $fileIconProvider, MimeTypeChecker $mimeTypeChecker, AssociationManager $associationManager, ManagerRegistry $registry, WebpConfiguration $webpConfiguration)
[?]
-
The
ImageResizeManager::resize(File $file, $width, $height, $forceUpdate = false)
[?] method was changed toImageResizeManager::resize(File $file, $width, $height, $format, $forceUpdate = false)
[?] -
The
FileApplicationsDataProvider::__construct(FileApplicationsProvider $fileApplicationsProvider, CurrentApplicationProviderInterface $currentApplicationProvider)
[?] method was changed toFileApplicationsDataProvider::__construct(FileApplicationsProvider $fileApplicationsProvider, CurrentApplicationProviderInterface $currentApplicationProvider, ConfigProvider $configProvider)
[?] -
The
FileNormalizer::supportsDenormalization($data, $type, $format = null, $context = [])
[?] method was changed toFileNormalizer::supportsDenormalization($data, $type, $format = null, $context = [])
[?] -
The following methods in class
FileDeleteListener
[?] were changed: -
The
AttachmentApiEntityManager::__construct($class, ObjectManager $om, AuthorizationCheckerInterface $authorizationChecker, AttachmentManager $attachmentManager, DoctrineHelper $doctrineHelper)
[?] method was changed toAttachmentApiEntityManager::__construct($class, ObjectManager $om, AuthorizationCheckerInterface $authorizationChecker, AttachmentManager $attachmentManager, DoctrineHelper $doctrineHelper, FileApiEntityManager $fileApiEntityManager)
[?] -
The
FileApiEntityManager::__construct($class, ObjectManager $om, AuthorizationCheckerInterface $authorizationChecker, FileManager $fileManager)
[?] method was changed toFileApiEntityManager::__construct($class, ObjectManager $om, AuthorizationCheckerInterface $authorizationChecker, FileManager $fileManager, UrlGeneratorInterface $urlGenerator)
[?] -
The
FileController::getFileAction($id, $filename, $action)
[?] method was changed toFileController::getFileAction($id, $filename, $action, Request $request)
[?] -
The
AttachmentHashProvider::__construct(AttachmentPostProcessorsProvider $attachmentPostProcessorsProvider, AttachmentFilterConfiguration $attachmentFilterConfiguration)
[?] method was changed toAttachmentHashProvider::__construct(AttachmentPostProcessorsProvider $attachmentPostProcessorsProvider, AttachmentFilterConfiguration $attachmentFilterConfiguration, FilterRuntimeConfigProviderInterface $filterRuntimeConfigProvider)
[?] -
The
FileVoter::__construct(DoctrineHelper $doctrineHelper, FileAccessControlChecker $fileAccessControlChecker, FileApplicationsProvider $fileApplicationsProvider, CurrentApplicationProviderInterface $currentApplicationProvider, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor)
[?] method was changed toFileVoter::__construct(DoctrineHelper $doctrineHelper, AuthorizationCheckerInterface $authorizationChecker, ContainerInterface $container)
[?] -
The
ImagineBinaryFilterInterface::applyFilter(BinaryInterface $binary, $filter)
[?] method was changed toImagineBinaryFilterInterface::applyFilter(BinaryInterface $binary, $filter, $runtimeConfig = [])
[?] -
The
FileUrlProviderInterface::getResizedImageUrl(File $file, $width, $height, $referenceType)
[?] method was changed toFileUrlProviderInterface::getResizedImageUrl(File $file, $width, $height, $format, $referenceType)
[?] -
The
ResizedImagePathProviderInterface::getPathForResizedImage(File $entity, $width, $height)
[?] method was changed toResizedImagePathProviderInterface::getPathForResizedImage(File $entity, $width, $height, $format)
[?] -
The
ResizedImageProviderInterface::getFilteredImage(File $file, $filterName)
[?] method was changed toResizedImageProviderInterface::getFilteredImage(File $file, $filterName, $format)
[?] -
The
ImageResizeManagerInterface::resize(File $file, $width, $height, $forceUpdate = false)
[?] method was changed toImageResizeManagerInterface::resize(File $file, $width, $height, $format, $forceUpdate = false)
[?] -
The
ImagineBinaryFilterInterface::apply
[?] interface method was added. The following methods in interfaceFileNameProviderInterface
were added (with link)
-
The
DebugBatchPass
[?] class was removed. -
The
ItemStep::doExecute(StepExecution $stepExecution)
[?] method was changed toItemStep::doExecute(StepExecution $stepExecution)
[?] -
The following methods in class
StepExecutor
[?] were changed: -
The
BatchLogHandler::__construct($logDir)
[?] method was changed toBatchLogHandler::__construct($logDir, $isActive)
[?] -
The following methods in class
DoctrineJobRepository
[?] were changed: -
The
CleanupCommand::__construct(DoctrineJobRepository $akeneoJobRepository, $batchCleanupInterval)
[?] method was changed toCleanupCommand::__construct(DoctrineJobRepository $doctrineJobRepository, $batchCleanupInterval)
[?] -
The
StepExecutionWarningHandlerInterface::handleWarning($element, $name, $reason, $reasonParameters, $item)
[?] method was changed toStepExecutionWarningHandlerInterface::handleWarning($element, $name, $reason, $reasonParameters, $item)
[?] -
The following methods in class
BatchLogHandler
[?] were removed: -
The
DoctrineJobRepository::$doctrine
[?] property was removed.
- The
BasePerson::setBirthday($birthday)
[?] method was changed toBasePerson::setBirthday(DateTime $birthday = null)
[?]
- The following classes were removed:
- The
PhpFileCache::doSave
[?] method was removed. - The
DataStorageInterface::all
[?] method was removed. - The
DirectoryAwareFileCacheInterface::setDirectory($directory)
[?] method was changed toDirectoryAwareFileCacheInterface::setDirectory($directory)
[?] - The
DataStorageInterface::get($name)
[?] method was changed toDataStorageInterface::get($key, $default = null)
[?]
- The
ActionProcessorDataCollector::collect(Request $request, Response $response, Exception $exception = null)
[?] method was changed toActionProcessorDataCollector::collect(Request $request, Response $response, Throwable $exception = null)
[?]
- The
Configuration
[?] class was removed. - The following methods in class
CommentApiManager
[?] were removed: - The
CommentApiManager::$attachmentManager
[?] property was removed.
- The following methods in class
CumulativeResource
[?] were removed: - The following methods in class
SystemAwareResolver
[?] were removed: - The following methods in class
ByFileNameMatcher
[?] were removed: - The following methods in class
CumulativeFileLoader
[?] were removed: - The following methods in class
FolderContentCumulativeLoader
[?] were removed: - The following methods in class
FolderingCumulativeFileLoader
[?] were removed: - The
FolderContentCumulativeLoader::getDirectoryContents($dir)
[?] method was changed toFolderContentCumulativeLoader::getDirectoryContents($dir)
[?]
- The following classes were removed:
- The
TreeUtils::findNodeByName(GroupNodeDefinition $node, $nodeName)
[?] method was changed toTreeUtils::findNodeByName(GroupNodeDefinition $node, $nodeName)
[?] - The
ConfigManager::__construct($scope, ConfigDefinitionImmutableBag $configDefinition, EventDispatcherInterface $eventDispatcher)
[?] method was changed toConfigManager::__construct($scope, ConfigDefinitionImmutableBag $configDefinition, EventDispatcherInterface $eventDispatcher, MemoryCache $memoryCache)
[?] - The
ConfigExtension::getName
[?] method was removed. - The
FormFieldType::getName
[?] method was removed. - The
ConfigRepository::deleteByEntity
[?] method was removed. - The
ConfigManager::setArrayCache
[?] method was removed.
- The following classes were removed:
- The
OroCronBundle::build
[?] method was removed. - The
CronCommand::__construct(ManagerRegistry $registry, Mode $maintenanceMode, CronHelper $cronHelper, CommandRunnerInterface $commandRunner, LoggerInterface $logger, $environment)
[?] method was changed toCronCommand::__construct(ManagerRegistry $registry, Mode $maintenanceMode, CronHelper $cronHelper, CommandRunnerInterface $commandRunner, LoggerInterface $logger, $environment)
[?]
- The following methods in class
CurrencyExtension
[?] were removed: - The
TwigSandboxConfigurationPass::process
[?] method was removed. - The
UpdatePriceByValueAndCurrency::process
[?] method was removed. - The
LocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager, LocaleConfigurationProvider $localeConfigProvider, ViewTypeProviderInterface $viewTypeProvider, CurrencyProviderInterface $currencyProvider)
[?] method was changed toLocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager, LocaleConfigurationProvider $localeConfigProvider, ViewTypeProviderInterface $viewTypeProvider, CurrencyProviderInterface $currencyProvider, ThemeRegistry $themeRegistry)
[?] - The
MultiCurrencyNormalizer::supportsNormalization($data, $format = null, $context = [])
[?] method was changed toMultiCurrencyNormalizer::supportsNormalization($data, $format = null, $context = [])
[?]
- The
DashboardExtension::getName
[?] method was removed. - The following methods in class
WidgetOptionBag
[?] were removed: - The
BigNumberProcessor::getBigNumberValues(WidgetOptionBag $widgetOptions, $providerAlias, $getterName, $dataType, $lessIsBetter = false, $lastWeek = false, $comparable)
[?] method was changed toBigNumberProcessor::getBigNumberValues(WidgetOptionBag $widgetOptions, $providerAlias, $getterName, $dataType, $lessIsBetter = false, $lastWeek = false, $comparable)
[?] - The
DashboardController::update(Request $request, DashboardModel $dashboardModel)
[?] method was changed toDashboardController::update(DashboardModel $dashboardModel, Request $request)
[?]
- The following classes were removed:
- The
SendChangedEntitiesToMessageQueueListener::setEnabled
[?] method was removed. - The
AuditChangedEntitiesInverseRelationsProcessor::setAuditConfigProvider
[?] method was removed. - The
SendChangedEntitiesToMessageQueueListener::__construct(MessageProducerInterface $messageProducer, TokenStorageInterface $tokenStorage, AdditionalEntityChangesToAuditStorage $additionalEntityChangesStorage, EntityToEntityChangeArrayConverter $entityToArrayConverter, AuditConfigProvider $auditConfigProvider, LoggerInterface $logger, AuditMessageBodyProvider $auditMessageBodyProvider)
[?] method was changed toSendChangedEntitiesToMessageQueueListener::__construct(MessageProducerInterface $messageProducer, TokenStorageInterface $tokenStorage, AdditionalEntityChangesToAuditStorage $additionalEntityChangesStorage, EntityToEntityChangeArrayConverter $entityToArrayConverter, AuditConfigProvider $auditConfigProvider, LoggerInterface $logger, AuditMessageBodyProvider $auditMessageBodyProvider, ApplicationState $applicationState)
[?] - The
AuditChangedEntitiesInverseRelationsProcessor::__construct(ManagerRegistry $doctrine, EntityChangesToAuditEntryConverter $entityChangesToAuditEntryConverter)
[?] method was changed toAuditChangedEntitiesInverseRelationsProcessor::__construct(ManagerRegistry $doctrine, EntityChangesToAuditEntryConverter $entityChangesToAuditEntryConverter, AuditConfigProvider $auditConfigProvider)
[?] - The
AuditChangedEntitiesRelationsProcessor::__construct(EntityChangesToAuditEntryConverter $entityChangesToAuditEntryConverter, LoggerInterface $logger)
[?] method was changed toAuditChangedEntitiesRelationsProcessor::__construct(EntityChangesToAuditEntryConverter $entityChangesToAuditEntryConverter)
[?]
-
The
DataGridExtension::getName
[?] method was removed. -
The following methods in class
AbstractPager
[?] were removed: -
The
Pager::serialize
[?] method was removed. -
The following methods in class
InlineEditingExtension
[?] were removed: -
The
TwigTemplateProperty::getTemplate
[?] method was removed. -
The
OrmDatasourceAclListener::getPermission
[?] method was removed. -
The following methods in class
DataGridExtension
[?] were changed: -
The
DatagridRouteHelper::generate($routeName, $gridName, $params = [], $referenceType)
[?] method was changed toDatagridRouteHelper::generate($routeName, $gridName, $params = [], $referenceType)
[?] -
The
FilteredEntityReader::__construct(Manager $datagridManager, AclHelper $aclHelper, EntityReader $entityReader, EventDispatcherInterface $eventDispatcher)
[?] method was changed toFilteredEntityReader::__construct(Manager $datagridManager, EntityReader $entityReader, $entityIdentityReaders)
[?] -
The
ExportHandler::handle(ItemReaderInterface $reader, ExportProcessor $processor, ItemWriterInterface $writer, $contextParameters, $batchSize, $format)
[?] method was changed toExportHandler::handle(ItemReaderInterface $reader, ExportProcessor $processor, ItemWriterInterface $writer, $contextParameters, $batchSize, $format)
[?] -
The
InlineEditColumnOptionsGuesser::__construct($guessers, ValidatorInterface $validator)
[?] method was changed toInlineEditColumnOptionsGuesser::__construct($guessers, ValidatorInterface $validator, ConstraintConverterInterface $constraintConverter)
[?] -
The
InlineEditingExtension::__construct(InlineEditColumnOptionsGuesser $inlineEditColumnOptionsGuesser, EntityClassNameHelper $entityClassNameHelper, AuthorizationCheckerInterface $authorizationChecker)
[?] method was changed toInlineEditingExtension::__construct(InlineEditingConfigurator $configurator)
[?] -
The
EventDispatcher::dispatch($event)
[?] method was changed toEventDispatcher::dispatch($event, $eventName = null)
[?] -
The
RequestParameterBagFactory::fetchParameters($gridParameterName)
[?] method was changed toRequestParameterBagFactory::fetchParameters($gridParameterName)
[?] -
The following properties in class
InlineEditingExtension
[?] were removed: -
The
TwigTemplateProperty::$templates
[?] property was removed.
- The following classes were removed:
- The
FileReflector::__construct(PropertyAccessorInterface $propertyAccessor)
[?] method was changed toFileReflector::__construct(PropertyAccessorInterface $propertyAccessor, LoggerInterface $logger)
[?] - The
DigitalAssetAwareFileStrategyEventListener::__construct(AttachmentEntityConfigProviderInterface $attachmentEntityConfigProvider, FieldHelper $fieldHelper, DatabaseHelper $databaseHelper, ImportStrategyHelper $importStrategyHelper, DoctrineHelper $doctrineHelper, TranslatorInterface $translator)
[?] method was changed toDigitalAssetAwareFileStrategyEventListener::__construct(AttachmentEntityConfigProviderInterface $attachmentEntityConfigProvider, FieldHelper $fieldHelper, DatabaseHelper $databaseHelper, ImportStrategyHelper $importStrategyHelper, DoctrineHelper $doctrineHelper, TranslatorInterface $translator, MemoryCache $memoryCache)
[?] - The
DigitalAssetAwareFileStrategyEventListener::preFlush
[?] method was removed.
- The following classes were removed:
- The
OroDistributionExtension::replaceTranslator
[?] method was removed.
- The
AddTransactionWatcherCompilerPass::getConnectionProxyRootDir
[?] method was removed.
- The
BasicPermissionsDraftVoter::__construct(DoctrineHelper $doctrineHelper, DraftPermissionHelper $draftPermissionHelper, AuthorizationCheckerInterface $authorizationChecker)
[?] method was changed toBasicPermissionsDraftVoter::__construct(DoctrineHelper $doctrineHelper, AuthorizationCheckerInterface $authorizationChecker, ContainerInterface $container)
[?] - The
DraftKernelListener::onKernelControllerArguments(FilterControllerArgumentsEvent $event)
[?] method was changed toDraftKernelListener::onKernelControllerArguments(ControllerArgumentsEvent $event)
[?] - The
DraftableFilterListener::onKernelController(FilterControllerEvent $event)
[?] method was changed toDraftableFilterListener::onKernelController(ControllerEvent $event)
[?]
-
The following classes were removed:
EmailAddressValidator
[?]EmailRecipientsValidator
[?]EmailTemplateSyntaxValidator
[?]MailboxOriginValidator
[?]NotEmptyEmailTemplateTranslationSubjectValidator
[?]SmtpConnectionConfigurationValidator
[?]MailerWrapper
[?]EmailAddressDTO
[?]DirectMailer
[?]Processor
[?]SendEmailTransport
[?]OverrideServiceSwiftMailer
[?]SwiftMailerTransportPass
[?]TemplateEmailMessageSender
[?]Topics
[?]
-
The following methods in class
AbstractSendEmail
[?] were changed:__construct(ContextAccessor $contextAccessor, Processor $emailProcessor, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver)
[?]__construct(ContextAccessor $contextAccessor, ValidatorInterface $validator, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver)
[?]
-
The
ScheduleSendEmailTemplate::__construct(ContextAccessor $contextAccessor, Processor $emailProcessor, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, ValidatorInterface $validator, AggregatedEmailTemplatesSender $sender, DoctrineHelper $doctrineHelper, MessageProducerInterface $messageProducer)
[?] method was changed toScheduleSendEmailTemplate::__construct(ContextAccessor $contextAccessor, ValidatorInterface $validator, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, DoctrineHelper $doctrineHelper, MessageProducerInterface $messageProducer)
[?] -
The
SendEmail::__construct(ContextAccessor $contextAccessor, Processor $emailProcessor, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, EmailOriginHelper $emailOriginHelper)
[?] method was changed toSendEmail::__construct(ContextAccessor $contextAccessor, ValidatorInterface $validator, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, EmailModelSender $emailModelSender, EmailOriginHelper $emailOriginHelper)
[?] -
The
SendEmailTemplate::__construct(ContextAccessor $contextAccessor, Processor $emailProcessor, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, ValidatorInterface $validator, AggregatedEmailTemplatesSender $sender)
[?] method was changed toSendEmailTemplate::__construct(ContextAccessor $contextAccessor, ValidatorInterface $validator, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, AggregatedEmailTemplatesSender $aggregatedEmailTemplatesSender)
[?] -
The following methods in class
AggregatedEmailTemplatesSender
[?] were changed:__construct(DoctrineHelper $doctrineHelper, LocalizedTemplateProvider $localizedTemplateProvider, EmailOriginHelper $emailOriginHelper, Processor $emailProcessor)
[?]__construct(DoctrineHelper $doctrineHelper, LocalizedTemplateProvider $localizedTemplateProvider, EmailOriginHelper $emailOriginHelper, EmailModelSender $emailModelSender)
[?]
-
The
AbstractEmailSynchronizationProcessor::process(EmailOrigin $origin, $syncStartTime)
[?] method was changed toAbstractEmailSynchronizationProcessor::process(EmailOrigin $origin, $syncStartTime, EmailSyncNotificationBag $notificationBag)
[?] -
The
AbstractEmailSynchronizer::__construct(ManagerRegistry $doctrine, KnownEmailAddressCheckerFactory $knownEmailAddressCheckerFactory)
[?] method was changed toAbstractEmailSynchronizer::__construct(ManagerRegistry $doctrine, KnownEmailAddressCheckerFactory $knownEmailAddressCheckerFactory, NotificationAlertManager $notificationAlertManager)
[?] -
The
EmailBodySynchronizer::__construct(EmailBodyLoaderSelector $selector, ManagerRegistry $doctrine, EventDispatcherInterface $eventDispatcher)
[?] method was changed toEmailBodySynchronizer::__construct(EmailBodyLoaderSelector $selector, ManagerRegistry $doctrine, EventDispatcherInterface $eventDispatcher, NotificationAlertManager $notificationAlertManager)
[?] -
The
AbstractSmtpSettingsProvider::__construct(ConfigManager $configManager, GlobalScopeManager $globalScopeManager, SymmetricCrypterInterface $encryptor)
[?] method was changed toAbstractSmtpSettingsProvider::__construct(ConfigManager $configManager, SymmetricCrypterInterface $encryptor, ApplicationState $applicationState)
[?] -
The
EmailActivityListProvider::__construct(DoctrineHelper $doctrineHelper, EntityNameResolver $entityNameResolver, Router $router, ConfigManager $configManager, EmailThreadProvider $emailThreadProvider, HtmlTagHelper $htmlTagHelper, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, MailboxProcessStorage $mailboxProcessStorage, ActivityAssociationHelper $activityAssociationHelper, CommentAssociationHelper $commentAssociationHelper)
[?] method was changed toEmailActivityListProvider::__construct(DoctrineHelper $doctrineHelper, EntityNameResolver $entityNameResolver, UrlGeneratorInterface $urlGenerator, ConfigManager $configManager, EmailThreadProvider $emailThreadProvider, HtmlTagHelper $htmlTagHelper, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, MailboxProcessStorage $mailboxProcessStorage, ActivityAssociationHelper $activityAssociationHelper, CommentAssociationHelper $commentAssociationHelper)
[?] -
The
EmailRecipientsHelper::__construct(AclHelper $aclHelper, DQLNameFormatter $dqlNameFormatter, NameFormatter $nameFormatter, ConfigManager $configManager, TranslatorInterface $translator, EmailOwnerProvider $emailOwnerProvider, Registry $registry, EmailAddressHelper $addressHelper, Indexer $search)
[?] method was changed toEmailRecipientsHelper::__construct(AclHelper $aclHelper, DQLNameFormatter $dqlNameFormatter, NameFormatter $nameFormatter, ConfigManager $configManager, TranslatorInterface $translator, EmailOwnerProvider $emailOwnerProvider, Registry $registry, EmailAddressHelper $addressHelper, Indexer $search, PropertyAccessorInterface $propertyAccessor)
[?] -
The
From::emailAddress($emailAddress, $name = null)
[?] method was changed toFrom::emailAddress($emailAddress, $name)
[?] -
The following methods in class
AutoResponseManager
[?] were changed:__construct(Registry $registry, EmailModelBuilder $emailBuilder, Processor $emailProcessor, EmailRenderer $emailRender, LoggerInterface $logger, TranslatorInterface $translator, $defaultLocale)
[?]__construct(Registry $registry, EmailModelBuilder $emailBuilder, EmailModelSender $emailModelSender, EmailRenderer $emailRender, LoggerInterface $logger, TranslatorInterface $translator, $defaultLocale)
[?]
-
The
EmailAttachmentManager::getResizedImageUrl(EmailAttachment $entity, $width, $height, $referenceType)
[?] method was changed toEmailAttachmentManager::getResizedImageUrl(EmailAttachment $entity, $width, $height, $referenceType)
[?] -
The
EmailNotificationManager::__construct(EntityManager $entityManager, HtmlTagHelper $htmlTagHelper, Router $router, ConfigManager $configManager)
[?] method was changed toEmailNotificationManager::__construct(ManagerRegistry $doctrine, HtmlTagHelper $htmlTagHelper, UrlGeneratorInterface $urlGenerator, ConfigManager $configManager)
[?] -
The following methods in class
EmailTemplateManager
[?] were changed: -
The
SmtpSettingsChecker::__construct(DirectMailer $directMailer)
[?] method was changed toSmtpSettingsChecker::__construct(DsnFromSmtpSettingsFactory $dsnFromSmtpSettingsFactory, ConnectionCheckerInterface $smtpConnectionChecker)
[?] -
The
MailboxType::__construct(MailboxProcessStorage $storage, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] method was changed toMailboxType::__construct(MailboxProcessStorage $storage, SymmetricCrypterInterface $encryptor, OAuthManagerRegistry $oauthManagerRegistry)
[?] -
The
SmtpSettingsFactory::createFromArray($value)
[?] method was changed toSmtpSettingsFactory::createFromArray($settings)
[?] -
The
EmailHandler::__construct(FormInterface $form, RequestStack $requestStack, Processor $emailProcessor, LoggerInterface $logger)
[?] method was changed toEmailHandler::__construct(FormInterface $form, RequestStack $requestStack, EmailModelSender $emailModelSender, LoggerInterface $logger)
[?] -
The
EmailTemplateTransformer::decodeTemplateVariables($value)
[?] method was changed toEmailTemplateTransformer::decodeTemplateVariables($value)
[?] -
The
EmailUserListener::__construct(WebSocketSendProcessor $processor)
[?] method was changed toEmailUserListener::__construct(ContainerInterface $container)
[?] -
The
MailboxAuthorizationListener::onKernelController(FilterControllerEvent $event)
[?] method was changed toMailboxAuthorizationListener::onKernelController(ControllerEvent $event)
[?] -
The
PrepareContextTitleListener::__construct(Router $router, DoctrineHelper $doctrineHelper)
[?] method was changed toPrepareContextTitleListener::__construct(UrlGeneratorInterface $urlGenerator, ManagerRegistry $doctrine)
[?] -
The
PrepareResultItemListener::__construct(Router $router, DoctrineHelper $doctrineHelper)
[?] method was changed toPrepareResultItemListener::__construct(UrlGeneratorInterface $urlGenerator, ManagerRegistry $doctrine)
[?] -
The
EmailAddressManager::__construct($entityCacheNamespace, $entityProxyNameTemplate)
[?] method was changed toEmailAddressManager::__construct($entityCacheNamespace, $entityProxyNameTemplate, ManagerRegistry $doctrine)
[?] -
The following methods in class
EmailTemplateController
[?] were changed: -
The
EmailModelBuilderHelper::__construct(EntityRoutingHelper $entityRoutingHelper, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, TokenAccessorInterface $tokenAccessor, EmailAddressManager $emailAddressManager, EntityManager $entityManager, EmailCacheManager $emailCacheManager, EngineInterface $engineInterface, MailboxManager $mailboxManager)
[?] method was changed toEmailModelBuilderHelper::__construct(EntityRoutingHelper $entityRoutingHelper, EmailAddressHelper $emailAddressHelper, EntityNameResolver $entityNameResolver, TokenAccessorInterface $tokenAccessor, EmailAddressManager $emailAddressManager, EntityManager $entityManager, EmailCacheManager $emailCacheManager, Environment $twig, MailboxManager $mailboxManager)
[?] -
The
AddEmailAssociationMessageProcessor::__construct(AssociationManager $associationManager, JobRunner $jobRunner, LoggerInterface $logger)
[?] method was changed toAddEmailAssociationMessageProcessor::__construct(AssociationManager $associationManager, JobRunner $jobRunner)
[?] -
The
AutoResponsesMessageProcessor::__construct(MessageProducerInterface $producer, JobRunner $jobRunner, LoggerInterface $logger)
[?] method was changed toAutoResponsesMessageProcessor::__construct(MessageProducerInterface $producer, JobRunner $jobRunner)
[?] -
The
PurgeEmailAttachmentsByIdsMessageProcessor::__construct(ManagerRegistry $doctrine, JobRunner $jobRunner, LoggerInterface $logger)
[?] method was changed toPurgeEmailAttachmentsByIdsMessageProcessor::__construct(ManagerRegistry $doctrine, JobRunner $jobRunner)
[?] -
The
SendEmailTemplateProcessor::__construct(ValidatorInterface $validator, DoctrineHelper $doctrineHelper, AggregatedEmailTemplatesSender $sender)
[?] method was changed toSendEmailTemplateProcessor::__construct(ManagerRegistry $managerRegistry, AggregatedEmailTemplatesSender $aggregatedEmailTemplatesSender)
[?] -
The
UpdateEmailAssociationsMessageProcessor::__construct(AssociationManager $associationManager, JobRunner $jobRunner, LoggerInterface $logger)
[?] method was changed toUpdateEmailAssociationsMessageProcessor::__construct(AssociationManager $associationManager, JobRunner $jobRunner)
[?] -
The
UpdateEmailOwnerAssociationMessageProcessor::__construct(AssociationManager $associationManager, JobRunner $jobRunner, LoggerInterface $logger)
[?] method was changed toUpdateEmailOwnerAssociationMessageProcessor::__construct(AssociationManager $associationManager, JobRunner $jobRunner)
[?] -
The
EmailVoter::__construct(AuthorizationCheckerInterface $authorizationChecker, MailboxManager $mailboxManager)
[?] method was changed toEmailVoter::__construct(AuthorizationCheckerInterface $authorizationChecker, ContainerInterface $container)
[?] -
The
Recipient::__construct($email, $name, RecipientEntity $entity = null)
[?] method was changed toRecipient::__construct($email, $name, RecipientEntity $entity = null)
[?] -
The
AbstractSendEmail::$emailProcessor
[?] property was removed. -
The
SendEmailTemplate::$options
[?] property was removed. -
The
AbstractSmtpSettingsProvider::$globalScopeManager
[?] property was removed. -
The
EmailActivityListProvider::$router
[?] property was removed. -
The
AutoResponseManager::$emailProcessor
[?] property was removed. -
The following properties in class
EmailNotificationManager
[?] were removed: -
The
SmtpSettingsChecker::$directMailer
[?] property was removed. -
The
EmailHandler::$emailProcessor
[?] property was removed. -
The
EmailUserListener::$processor
[?] property was removed. -
The
EntityListener::$enabled
[?] property was removed. -
The following properties in class
PrepareContextTitleListener
[?] were removed: -
The following properties in class
PrepareResultItemListener
[?] were removed: -
The
EmailModelBuilderHelper::$templating
[?] property was removed. -
The following methods in class
SendEmailTemplate
[?] were removed: -
The
EmailAddress::validatedBy
[?] method was removed. -
The
EmailRecipients::validatedBy
[?] method was removed. -
The
EmailTemplateSyntax::validatedBy
[?] method was removed. -
The
MailboxOrigin::validatedBy
[?] method was removed. -
The
NotEmptyEmailTemplateTranslationSubject::validatedBy
[?] method was removed. -
The
SmtpConnectionConfiguration::validatedBy
[?] method was removed. -
The
EmailExtension::getName
[?] method was removed. -
The
AbstractSmtpSettingsProvider::getGlobalSmtpSettings
[?] method was removed. -
The
EmailRecipientsHelper::getPropertyAccessor
[?] method was removed. -
The following methods in class
From
[?] were removed: -
The
SmtpSettingsFactory::create
[?] method was removed. -
The
EntityListener::setEnabled
[?] method was removed. -
The
PrepareContextTitleListener::prepareEmailContextTitleEvent
[?] method was removed. -
The
PrepareResultItemListener::prepareEmailItemDataEvent
[?] method was removed. -
The
EmailAddressManager::setEntityManagerLink
[?] method was removed. -
The
TwigSandboxConfigurationPass::process
[?] method was removed.
-
The
BackLinkExtension::getName
[?] method was removed. -
The
CsrfTokenStorage::__construct(CacheInterface $tokenCache, $tokenLifetime, SessionIdProviderInterface $sessionIdProvider)
[?] method was changed toCsrfTokenStorage::__construct(AdapterInterface $tokenCache, $tokenLifetime, SessionIdProviderInterface $sessionIdProvider)
[?] -
The following methods in class
EmbeddedFormController
[?] were changed:
- The following classes were removed:
- The
EntityExtension::getName
[?] method was removed. - The following methods in class
EntityAliasProvider
[?] were removed: - The following methods in class
EntityAliasStorage
[?] were removed: - The following methods in class
EntityFieldProvider
[?] were removed: - The following methods in class
ShortClassMetadata
[?] were removed: - The following methods in class
EntityAlias
[?] were removed: - The following methods in class
EntityFieldStructure
[?] were removed: - The following methods in class
EntityStructure
[?] were removed: - The
FieldHelper::getFields
[?] method was removed. - The following methods in class
CustomEntityGridListener
[?] were removed: - The
ModifyCreatedAndUpdatedPropertiesListener::setEnabled
[?] method was removed. - The
DatabaseChecker::__construct(ManagerRegistry $doctrine, $requiredTables, $installed)
[?] method was changed toDatabaseChecker::__construct(ManagerRegistry $doctrine, $requiredTables, ApplicationState $applicationState)
[?] - The
EntityRoutingHelper::getEntityClassName(Request $request, $paramName)
[?] method was changed toEntityRoutingHelper::getEntityClassName(Request $request, $paramName)
[?] - The
EntityFieldProvider::filterConfigFields(ClassMetadata $metadata, &$result, $className, $applyExclusions, $configs)
[?] method was changed toEntityFieldProvider::filterConfigFields(ClassMetadata $metadata, &$result, $className, $applyExclusions, $configs)
[?] - The
AdditionalMetadataProvider::__construct(ManagerRegistry $registry, Cache $cacheDriver)
[?] method was changed toAdditionalMetadataProvider::__construct(ManagerRegistry $registry, CacheAdapter $cacheAdapter)
[?] - The
EntityFieldFallbackValueNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toEntityFieldFallbackValueNormalizer::normalize($object, $format = null, $context = [])
[?] - The
UnidirectionalFieldHelper::isFieldUnidirectional($fieldName)
[?] method was changed toUnidirectionalFieldHelper::isFieldUnidirectional($fieldName)
[?] - The
EntityApiBaseHandler::__construct(Registry $registry, EntityApiHandlerProcessor $processor)
[?] method was changed toEntityApiBaseHandler::__construct(Registry $registry, EntityApiHandlerProcessor $processor, PropertyAccessorInterface $propertyAccessor)
[?] - The
EntityFallbackResolver::getFallbackProvider($key)
[?] method was changed toEntityFallbackResolver::getFallbackProvider($key)
[?] - The
CustomEntityGridListener::__construct(Router $router)
[?] method was changed toCustomEntityGridListener::__construct(UrlGeneratorInterface $urlGenerator, EntityClassNameHelper $entityClassNameHelper)
[?] - The
ModifyCreatedAndUpdatedPropertiesListener::__construct(TokenStorageInterface $tokenStorage)
[?] method was changed toModifyCreatedAndUpdatedPropertiesListener::__construct(TokenStorageInterface $tokenStorage, ConfigManager $configManager)
[?] - The
DictionaryApiEntityManager::__construct(ObjectManager $om, ChainDictionaryValueListProvider $dictionaryProvider, ConfigManager $entityConfigManager, EntityNameResolver $entityNameResolver)
[?] method was changed toDictionaryApiEntityManager::__construct(ObjectManager $om, ChainDictionaryValueListProvider $dictionaryProvider, ConfigManager $entityConfigManager, EntityNameResolver $entityNameResolver, AclHelper $aclHelper)
[?] - The
DuplicateQueriesDataCollector::collect(Request $request, Response $response, Exception $exception = null)
[?] method was changed toDuplicateQueriesDataCollector::collect(Request $request, Response $response, Throwable $exception = null)
[?] - The
OrmDataCollector::collect(Request $request, Response $response, Exception $exception = null)
[?] method was changed toOrmDataCollector::collect(Request $request, Response $response, Throwable $exception = null)
[?] - The
CustomEntityGridListener::$router
[?] property was removed. - The
ModifyCreatedAndUpdatedPropertiesListener::$enabled
[?] property was removed.
-
The
Configuration
[?] class was removed. -
The
AttributeFamilyVoter::__construct(DoctrineHelper $doctrineHelper, AttributeFamilyManager $familyManager)
[?] method was changed toAttributeFamilyVoter::__construct(DoctrineHelper $doctrineHelper, ContainerInterface $container)
[?] -
The
ConfigTranslationHelper::isTranslationEqual($key, $value)
[?] method was changed toConfigTranslationHelper::isTranslationEqual($key, $value)
[?] -
The following methods in class
ConfigLoader
[?] were changed: -
The
ExportQueryTupleLengthProvider::__construct(ManagerRegistry $doctrine)
[?] method was changed toExportQueryTupleLengthProvider::__construct(ManagerRegistry $doctrine, ExportQueryProvider $exportQueryProvider)
[?] -
The
EntityMetadata::merge(MergeableInterface $object)
[?] method was changed toEntityMetadata::merge(EntityMetadata $object)
[?] -
The following methods in class
EntityFieldNormalizer
[?] were changed: -
The
AttributeImportProcessor::setStepExecution(StepExecution $stepExecution)
[?] method was changed toAttributeImportProcessor::setStepExecution(StepExecution $stepExecution)
[?] -
The
AttributeMultiSelectType::__construct(AttributeManager $attributeManager, TranslatorInterface $translator)
[?] method was changed toAttributeMultiSelectType::__construct(AttributeManager $attributeManager, TranslatorInterface $translator)
[?] -
The
AttributesImportFinishNotificationListener::isApplicable(JobResult $jobResult, JobExecution $jobExecution)
[?] method was changed toAttributesImportFinishNotificationListener::isApplicable(JobResult $jobResult, JobExecution $jobExecution)
[?] -
The
ConfigDatabaseChecker::__construct(LockObject $lockObject, ManagerRegistry $doctrine, $requiredTables, $installed)
[?] method was changed toConfigDatabaseChecker::__construct(LockObject $lockObject, ManagerRegistry $doctrine, $requiredTables, ApplicationState $applicationState)
[?] -
The following methods in class
ConfigManager
[?] were changed:__construct(EventDispatcherInterface $eventDispatcher, MetadataFactory $metadataFactory, ConfigModelManager $modelManager, AuditManager $auditManager, ConfigCache $cache)
[?]__construct(EventDispatcherInterface $eventDispatcher, MetadataFactory $metadataFactory, ConfigModelManager $modelManager, AuditManager $auditManager, ConfigCache $cache, ConfigurationHandler $configurationHandler)
[?]
-
The
ConfigModelManager::__construct(ServiceLink $emLink, LockObject $lockObject, ConfigDatabaseChecker $databaseChecker)
[?] method was changed toConfigModelManager::__construct(ManagerRegistry $doctrine, LockObject $lockObject, ConfigDatabaseChecker $databaseChecker)
[?] -
The
DebugCommand::dumpEntityConfig(OutputInterface $output, $className, $scope = null, $attrName = null)
[?] method was changed toDebugCommand::dumpEntityConfig(SymfonyStyle $output, $className, $scope = null, $attrName = null)
[?] -
The
ConfigExtension::getName
[?] method was removed. -
The
PropertyConfigContainer::getDefaultValues
[?] method was removed. -
The following methods in class
EntityMetadata
[?] were removed: -
The following methods in class
FieldMetadata
[?] were removed: -
The following methods in class
Config
[?] were removed: -
The
ConfigManager::getEventDispatcher
[?] method was removed. -
The
EntityMetadata::$configurable
[?] property was removed. -
The
ConfigModelManager::$emLink
[?] property was removed.
-
The
MultiEnumManager
[?] class was removed. -
The following methods in class
ExtendFieldValidationLoader
[?] were changed: -
The
FieldNameValidationHelper::normalizeFieldName($fieldName)
[?] method was changed toFieldNameValidationHelper::normalizeFieldName($fieldName)
[?] -
The
FieldNameLength::__construct($options = null)
[?] method was changed toFieldNameLength::__construct()
[?] -
The
ExtendClassLoadingUtils::getEntityBaseCacheDir($cacheDir)
[?] method was changed toExtendClassLoadingUtils::getEntityBaseCacheDir($cacheDir)
[?] -
The
ExtendConfigLoader::hasFieldConfigs(ClassMetadata $metadata, $fieldName)
[?] method was changed toExtendConfigLoader::hasFieldConfigs(ClassMetadata $metadata, $fieldName)
[?] -
The
SaveSchemaTool::__construct(EntityManagerInterface $em)
[?] method was changed toSaveSchemaTool::__construct(ManagerRegistry $registry, LoggerInterface $logger)
[?] -
The
EnumNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toEnumNormalizer::normalize($object, $format = null, $context = [])
[?] -
The
EntityExtendUpdateProcessor::__construct(Mode $maintenance, CommandExecutor $commandExecutor, LoggerInterface $logger, EventDispatcherInterface $dispatcher, Profiler $profiler = null)
[?] method was changed toEntityExtendUpdateProcessor::__construct(Mode $maintenance, CommandExecutor $commandExecutor, LoggerInterface $logger, EventDispatcherInterface $dispatcher, EntityConfigBackupManagerInterface $entityConfigBackupManager, Profiler $profiler = null)
[?] -
The
DoctrineListener::__construct(ServiceLink $metadataBuilderLink, MultiEnumManager $multiEnumManager, Reader $reader, ConfigProvider $extendConfigProvider)
[?] method was changed toDoctrineListener::__construct(ExtendMetadataBuilder $metadataBuilder, Reader $reader, ConfigProvider $extendConfigProvider)
[?] -
The
UpdateSchemaCommand::__construct(ManagerRegistry $registry, ExtendEntityConfigProviderInterface $extendEntityConfigProvider, EnumSynchronizer $enumSynchronizer)
[?] method was changed toUpdateSchemaCommand::__construct(ManagerRegistry $registry, ExtendEntityConfigProviderInterface $extendEntityConfigProvider, EnumSynchronizer $enumSynchronizer, SchemaTool $schemaTool)
[?] -
The
EnumTranslationCache::__construct(TranslatorInterface $translator, Cache $cache)
[?] method was changed toEnumTranslationCache::__construct(Cache $cache, LocalizationHelper $localizationHelper, LocaleSettings $localeSettings)
[?] -
The
UniqueExtendEntityMethodName::validatedBy
[?] method was removed. -
The
AbstractDynamicFieldsExtension::getName
[?] method was removed. -
The
EnumExtension::getName
[?] method was removed. -
The
ExtendFieldTypeGuesser::addConstraintsToOptions
[?] method was removed. -
The
DoctrineListener::onFlush
[?] method was removed. -
The following properties in class
ExtendExtension
[?] were removed: -
The following properties in class
DoctrineListener
[?] were removed: -
The
EnumValueTranslation::$content
[?] property was removed. -
The
EnumTranslationCache::$translator
[?] property was removed.
- The following classes were removed:
- The
OroEntityMergeBundle::build
[?] method was removed. - The
MasterEntity::validatedBy
[?] method was removed. - The
MaxEntitiesCount::validatedBy
[?] method was removed. - The
SourceEntity::validatedBy
[?] method was removed. - The
UniqueEntity::validatedBy
[?] method was removed. - The
MergeExtension::getName
[?] method was removed. - The
EntityMerger::addMergeStep
[?] method was removed. - The following methods in class
DelegateStrategy
[?] were removed: - The following methods in class
DelegateAccessor
[?] were removed: - The
InverseAssociationAccessor::isAssociationTypeToOne
[?] method was removed. - The
EntityMerger::__construct($steps, EventDispatcherInterface $eventDispatcher)
[?] method was changed toEntityMerger::__construct($steps, EventDispatcherInterface $eventDispatcher)
[?] - The
DelegateStrategy::__construct($strategies = [])
[?] method was changed toDelegateStrategy::__construct($strategies)
[?] - The
DelegateAccessor::__construct($accessors = [])
[?] method was changed toDelegateAccessor::__construct($accessors)
[?] - The following properties in class
DelegateStrategy
[?] were removed: - The
DelegateAccessor::$elements
[?] property was removed.
- The
EntityPaginationExtension::getName
[?] method was removed.
-
The following classes were removed:
-
The
ExpressionLanguage::parse($expression, $names)
[?] method was changed toExpressionLanguage::parse($expression, $names)
[?] -
The
Lexer::tokenize($expression)
[?] method was changed toLexer::tokenize($expression)
[?] -
The following methods in class
Parser
[?] were changed: -
The
BinaryNode::evaluate($functions, $values)
[?] method was changed toBinaryNode::evaluate($functions, $values)
[?] -
The
Lexer::$operatorsPatterns
[?] property was removed. -
The
BinaryNode::$functions
[?] property was removed.
- The
FeatureExtension::getName
[?] method was removed. - The
RequestListener::onRequest(GetResponseEvent $event)
[?] method was changed toRequestListener::onRequest(RequestEvent $event)
[?]
- The
Configuration
[?] class was removed. - The following methods in class
DateFilterModifier
[?] were removed: - The following methods in class
AbstractFilterExtension
[?] were removed: - The
DateFilterModifier::modify($data, $valueKeys = [ ... ], $compile = true)
[?] method was changed toDateFilterModifier::modify($data, $valueKeys = [ ... ], $compile = true)
[?] - The
AbstractFilterExtension::__construct(RawConfigurationProvider $configurationProvider, FilterBagInterface $filterBag, DatagridStateProviderInterface $filtersStateProvider, FilterExecutionContext $filterExecutionContext, TranslatorInterface $translator)
[?] method was changed toAbstractFilterExtension::__construct(RawConfigurationProvider $configurationProvider, FilterBagInterface $filterBag, DatagridFiltersProviderInterface $datagridFiltersProvider, FiltersMetadataProvider $filtersMetadataProvider, DatagridStateProviderInterface $filtersStateProvider, FilterExecutionContext $filterExecutionContext)
[?] - The
NumberFilterType::__construct(TranslatorInterface $translator, LocaleSettings $localeSettings)
[?] method was changed toNumberFilterType::__construct(TranslatorInterface $translator, NumberFormatter $numberFormatter)
[?] - The
Compiler::compile($string, $returnRawToken = false, $timeZone = null)
[?] method was changed toCompiler::compile($string, $returnRawToken = false)
[?] - The
ExpressionResult::__construct($value, $timezone = null)
[?] method was changed toExpressionResult::__construct($value, $timezone = null)
[?] - The
Parser::parse($tokens, $returnRawToken = false, $timeZone = null)
[?] method was changed toParser::parse($tokens, $returnRawToken = false)
[?] - The
DateFilterModifier::$timeZone
[?] property was removed. - The
AbstractFilterExtension::$translator
[?] property was removed.
- The
FormExtension::getName
[?] method was removed. - The
OroChoiceType::getName
[?] method was removed. - The
OroDateTimeType::getName
[?] method was removed. - The
FormExtension::__construct(ContainerInterface $container, $templateName, $defaultOptions = [])
[?] method was changed toFormExtension::__construct(ContainerInterface $container, $templateName, $defaultOptions = [])
[?] - The
PrimaryItemCollectionNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toPrimaryItemCollectionNormalizer::normalize($object, $format = null, $context = [])
[?] - The
ConstraintsProvider::__construct(MetadataFactoryInterface $metadataFactory)
[?] method was changed toConstraintsProvider::__construct(MetadataFactoryInterface $metadataFactory, ConstraintConverterInterface $constraintConverter)
[?] - The
TagDefinitionConverter::getElements($allowedElements)
[?] method was changed toTagDefinitionConverter::getElements($allowedElements)
[?] - The
EventDispatcher::dispatch($event)
[?] method was changed toEventDispatcher::dispatch($event, $eventName = null)
[?]
- The
FileManager::setFilesystemMap(FilesystemMap $filesystemMap)
[?] method was changed toFileManager::setFilesystemMap(FilesystemMap $filesystemMap)
[?]
- The
UserEmailChangeListener
[?] class was removed.
- The
HelpLinkProvider::__construct($defaultConfig, ConfigurationProvider $configProvider, RequestStack $requestStack, ControllerClassProvider $controllerClassProvider, ControllerNameParser $parser, VersionHelper $helper, CacheProvider $cache)
[?] method was changed toHelpLinkProvider::__construct($defaultConfig, ConfigurationProvider $configProvider, RequestStack $requestStack, ControllerClassProvider $controllerClassProvider, VersionHelper $helper, CacheInterface $cache)
[?]
-
The following classes were removed:
EmailFoldersValidator
[?]ImapConnectionConfigurationValidator
[?]AbstractOauth2Manager
[?]ImapEmailGoogleOauth2Manager
[?]ImapEmailMicrosoftOauth2Manager
[?]OAuth2ManagerRegistry
[?]TokenInfo
[?]MicrosoftSyncConfigCheckboxType
[?]GmailOAuthSubscriber
[?]SendEmailTransportListener
[?]UserEmailChangeListener
[?]Oauth2ManagerRegistryPass
[?]AbstractVendorConnectionController
[?]GmailConnectionController
[?]MicrosoftConnectionController
[?]Topics
[?]
-
The
EmailFolders::validatedBy
[?] method was removed. -
The
ImapConnectionConfiguration::validatedBy
[?] method was removed. -
The following methods in class
ConnectionControllerManager
[?] were removed: -
The following methods in class
ImapEmailSynchronizationProcessor
[?] were changed: -
The
ImapEmailSynchronizer::__construct(ManagerRegistry $doctrine, KnownEmailAddressCheckerFactory $knownEmailAddressCheckerFactory, ImapEmailSynchronizationProcessorFactory $syncProcessorFactory, ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] method was changed toImapEmailSynchronizer::__construct(ManagerRegistry $doctrine, KnownEmailAddressCheckerFactory $knownEmailAddressCheckerFactory, ImapEmailSynchronizationProcessorFactory $syncProcessorFactory, ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuthManagerRegistry $oauthManagerRegistry, NotificationAlertManager $notificationAlertManager)
[?] -
The
ImapEmailBodyLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry, ConfigManager $configManager)
[?] method was changed toImapEmailBodyLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuthManagerRegistry $oauthManagerRegistry, ConfigManager $configManager)
[?] -
The
ImapEmailFlagManagerLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] method was changed toImapEmailFlagManagerLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuthManagerRegistry $oauthManagerRegistry)
[?] -
The following methods in class
ConnectionControllerManager
[?] were changed:__construct(FormFactory $formFactory, SymmetricCrypterInterface $crypter, ManagerRegistry $doctrineHelper, ImapConnectorFactory $imapConnectorFactory, OAuth2ManagerRegistry $oauthManagerRegistry, $userFormName, $userFormType, $emailMailboxFormName, $emailMailboxFormType)
[?]__construct(FormFactoryInterface $formFactory, SymmetricCrypterInterface $crypter, ManagerRegistry $doctrine, ImapConnectorFactory $imapConnectorFactory, OAuthManagerRegistry $oauthManagerRegistry, $userFormName, $userFormType, $emailMailboxFormName, $emailMailboxFormType)
[?]
-
The
ImapEmailFolderManager::__construct(ImapConnector $connector, EntityManager $em, EmailOrigin $origin)
[?] method was changed toImapEmailFolderManager::__construct(ImapConnector $connector, EntityManagerInterface $em, EmailOrigin $origin)
[?] -
The
AbstractOAuthAwareConfigurationType::%methodBefore%
[?] method was changed toAbstractOAuthAwareConfigurationType::__construct(TranslatorInterface $translator, ConfigManager $userConfigManager, TokenAccessorInterface $tokenAccessor, RequestStack $requestStack, OAuthManagerRegistry $oauthManagerRegistry)
[?] -
The
ChoiceAccountType::__construct(TranslatorInterface $translator, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] method was changed toChoiceAccountType::__construct(TranslatorInterface $translator, OAuthManagerRegistry $oauthManagerRegistry)
[?] -
The
AbstractImapConfigHandler::__construct(ManagerRegistry $doctrine, OAuth2ManagerRegistry $oauthManagerRegistry, LoggerInterface $logger)
[?] method was changed toAbstractImapConfigHandler::__construct(ManagerRegistry $doctrine, OAuthManagerRegistry $oauthManagerRegistry, LoggerInterface $logger)
[?] -
The
OAuthSubscriber::__construct(TranslatorInterface $translator, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] method was changed toOAuthSubscriber::__construct(TranslatorInterface $translator, OAuthManagerRegistry $oauthManagerRegistry)
[?] -
The
RefreshOAuthAccessTokenFailureException::__construct($reason, $refreshToken)
[?] method was changed toRefreshOAuthAccessTokenFailureException::__construct($reason, $refreshToken)
[?] -
The
UserEmailOriginListener::__construct(SymmetricCrypterInterface $crypter, ImapConnectorFactory $connectorFactory, Registry $doctrine, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] method was changed toUserEmailOriginListener::__construct(SymmetricCrypterInterface $crypter, ImapConnectorFactory $connectorFactory, Registry $doctrine, OAuthManagerRegistry $oauthManagerRegistry)
[?] -
The
ConnectionController::getFormAction()
[?] method was changed toConnectionController::getFormAction(Request $request)
[?] -
The
SyncEmailMessageProcessor::__construct(EmailSynchronizerInterface $emailSynchronizer, LoggerInterface $logger)
[?] method was changed toSyncEmailMessageProcessor::__construct(EmailSynchronizerInterface $emailSynchronizer)
[?] -
The
SyncEmailsMessageProcessor::__construct(MessageProducerInterface $producer, LoggerInterface $logger)
[?] method was changed toSyncEmailsMessageProcessor::__construct(MessageProducerInterface $producer)
[?] -
The
ConnectionControllerManager::$type
[?] property was removed. -
The
ConnectionController::$manager
[?] property was removed. -
The
Oauth2ManagerInterface
[?] interface was removed.
-
The
Configuration
[?] class was removed. -
The
CsvFileWriter::setStepExecution(StepExecution $stepExecution)
[?] method was changed toCsvFileWriter::setStepExecution(StepExecution $stepExecution)
[?] -
The
EntityWriter::setStepExecution(StepExecution $stepExecution)
[?] method was changed toEntityWriter::setStepExecution(StepExecution $stepExecution)
[?] -
The
WriterChain::addWriter(ItemWriterInterface $writer, $alias)
[?] method was changed toWriterChain::addWriter(ItemWriterInterface $writer, $alias)
[?] -
The
XlsxFileWriter::setStepExecution(StepExecution $stepExecution)
[?] method was changed toXlsxFileWriter::setStepExecution(StepExecution $stepExecution)
[?] -
The
AbstractImportStrategy::setEntityName($entityName)
[?] method was changed toAbstractImportStrategy::setEntityName($entityName)
[?] -
The following methods in class
Serializer
[?] were changed: -
The following methods in class
AbstractContextModeAwareNormalizer
[?] were changed: -
The
CollectionNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toCollectionNormalizer::normalize($object, $format = null, $context = [])
[?] -
The following methods in class
ConfigurableEntityNormalizer
[?] were changed: -
The
DateTimeNormalizer::__construct($defaultDateTimeFormat, $defaultDateFormat, $defaultTimeFormat, $defaultTimezone)
[?] method was changed toDateTimeNormalizer::__construct($defaultDateTimeFormat, $defaultDateFormat, $defaultTimeFormat, $defaultTimezone)
[?] -
The
ScalarFieldDenormalizer::supportsDenormalization($data, $type, $format = null, $context = [])
[?] method was changed toScalarFieldDenormalizer::supportsDenormalization($data, $type, $format = null, $context = [])
[?] -
The
AbstractReader::setStepExecution(StepExecution $stepExecution)
[?] method was changed toAbstractReader::setStepExecution(StepExecution $stepExecution)
[?] -
The
EntityReader::__construct(ContextRegistry $contextRegistry, ManagerRegistry $registry, OwnershipMetadataProviderInterface $ownershipMetadata)
[?] method was changed toEntityReader::__construct(ContextRegistry $contextRegistry, ManagerRegistry $registry, OwnershipMetadataProviderInterface $ownershipMetadata, ExportQueryProvider $exportQueryProvider)
[?] -
The
ExportProcessor::setEntityName($entityName)
[?] method was changed toExportProcessor::setEntityName($entityName)
[?] -
The
ImportProcessor::setSerializer(SerializerInterface $serializer)
[?] method was changed toImportProcessor::setSerializer(SerializerInterface $serializer)
[?] -
The
RegistryDelegateProcessor::setStepExecution(StepExecution $stepExecution)
[?] method was changed toRegistryDelegateProcessor::setStepExecution(StepExecution $stepExecution)
[?] -
The following methods in class
JobExecutor
[?] were changed:__construct(ConnectorRegistry $jobRegistry, DoctrineJobRepository $batchJobRepository, ContextRegistry $contextRegistry, ManagerRegistry $managerRegistry, ContextAggregatorRegistry $contextAggregatorRegistry)
[?]__construct(ConnectorRegistry $jobRegistry, DoctrineJobRepository $batchJobRepository, ContextRegistry $contextRegistry, ManagerRegistry $managerRegistry, ContextAggregatorRegistry $contextAggregatorRegistry)
[?]
-
The following methods in class
PostProcessItemStep
[?] were changed: -
The
PostProcessStepExecutor::setStepExecution(StepExecution $stepExecution)
[?] method was changed toPostProcessStepExecutor::setStepExecution(StepExecution $stepExecution)
[?] -
The
SelectiveContextAggregator::getAggregatedContext(JobExecution $jobExecution)
[?] method was changed toSelectiveContextAggregator::getAggregatedContext(JobExecution $jobExecution)
[?] -
The
SimpleContextAggregator::getAggregatedContext(JobExecution $jobExecution)
[?] method was changed toSimpleContextAggregator::getAggregatedContext(JobExecution $jobExecution)
[?] -
The
FormatterProvider::getFormatterService($formatterId)
[?] method was changed toFormatterProvider::getFormatterService($formatterId)
[?] -
The
ValidateOwnerListener::__construct(OwnershipMetadataProviderInterface $ownershipMetadataProvider, PropertyAccessorInterface $propertyAccessor, ConfigurableTableDataConverter $configurableDataConverter, TranslatorInterface $translator)
[?] method was changed toValidateOwnerListener::__construct(OwnershipMetadataProviderInterface $ownershipMetadataProvider, PropertyAccessorInterface $propertyAccessor, ConfigurableTableDataConverter $configurableDataConverter, TranslatorInterface $translator)
[?] -
The
AfterJobExecutionEvent::__construct(JobExecution $jobExecution, JobResult $jobResult)
[?] method was changed toAfterJobExecutionEvent::__construct(JobExecution $jobExecution, JobResult $jobResult)
[?] -
The
ConfigurableTableDataConverter::setEntityName($entityName)
[?] method was changed toConfigurableTableDataConverter::setEntityName($entityName)
[?] -
The following methods in class
ContextRegistry
[?] were changed: -
The
StepExecutionProxyContext::__construct(StepExecution $stepExecution)
[?] method was changed toStepExecutionProxyContext::__construct(StepExecution $stepExecution)
[?] -
The
ImportCommand::__construct(ProcessorRegistry $processorRegistry, ConnectorRegistry $connectorRegistry, MessageProducerInterface $messageProducer, FileManager $fileManager, UserManager $userManger)
[?] method was changed toImportCommand::__construct(ProcessorRegistry $processorRegistry, ConnectorRegistry $connectorRegistry, MessageProducerInterface $messageProducer, FileManager $fileManager, UserManager $userManger)
[?] -
The
ImportExportResultSummarizer::__construct(Router $router, ConfigManager $configManager, FileManager $fileManager)
[?] method was changed toImportExportResultSummarizer::__construct(UrlGeneratorInterface $urlGenerator, ConfigManager $configManager, FileManager $fileManager, ManagerRegistry $registry)
[?] -
The
EntityNameAwareInterface::setEntityName($entityName)
[?] method was changed toEntityNameAwareInterface::setEntityName($entityName)
[?] -
The
ContextAggregatorInterface::getAggregatedContext(JobExecution $jobExecution)
[?] method was changed toContextAggregatorInterface::getAggregatedContext(JobExecution $jobExecution)
[?] -
The following methods in class
CleanupStorageCommand
[?] were removed: -
The
ImportExportResultSummarizer::$router
[?] property was removed. -
The following interfaces were removed:
- The
AssetsVersionHandler
[?] class was removed. - The
ScriptManager::__construct(Kernel $kernel)
[?] method was changed toScriptManager::__construct(KernelInterface $kernel)
[?] - The
RequestListener::__construct($debug = false)
[?] method was changed toRequestListener::__construct(ApplicationState $applicationState, $debug = false)
[?] - The
CheckRequirementsCommand::__construct($projectDir)
[?] method was changed toCheckRequirementsCommand::__construct($providersIterator)
[?] - The
InstallCommand::__construct(YamlPersister $yamlPersister, ScriptManager $scriptManager, Registry $doctrine, EventDispatcherInterface $eventDispatcher)
[?] method was changed toInstallCommand::__construct(ContainerInterface $container, Registry $doctrine, EventDispatcherInterface $eventDispatcher, ApplicationState $applicationState, ScriptManager $scriptManager)
[?] - The
PlatformUpdateCommand::__construct(PlatformUpdateCheckerInterface $platformUpdateChecker)
[?] method was changed toPlatformUpdateCommand::__construct(ContainerInterface $container, PlatformUpdateCheckerInterface $platformUpdateChecker)
[?] - The
CheckRequirementsCommand::getRequirements
[?] method was removed. - The
InstallCommand::updateInstalledFlag
[?] method was removed.
-
The
SecureErrorMessageHelperTest
[?] class was removed. -
The
IntegrationExtension::getName
[?] method was removed. -
The
StepExecutionAwareExportProcessor::getJobContext
[?] method was removed. -
The
StepExecutionAwareImportProcessor::getJobContext
[?] method was removed. -
The
PersistentBatchWriter::setStepExecution(StepExecution $stepExecution)
[?] method was changed toPersistentBatchWriter::setStepExecution(StepExecution $stepExecution)
[?] -
The
StepExecutionAwareExportProcessor::setStepExecution(StepExecution $stepExecution)
[?] method was changed toStepExecutionAwareExportProcessor::setStepExecution(StepExecution $stepExecution)
[?] -
The
StepExecutionAwareImportProcessor::setStepExecution(StepExecution $stepExecution)
[?] method was changed toStepExecutionAwareImportProcessor::setStepExecution(StepExecution $stepExecution)
[?] -
The
Executor::doJob(JobInstance $jobInstance, JobExecution $jobExecution)
[?] method was changed toExecutor::doJob(JobInstance $jobInstance, JobExecution $jobExecution)
[?] -
The
KeepAliveListener::__construct(DoctrineJobRepository $batchJobRepository)
[?] method was changed toKeepAliveListener::__construct(DoctrineJobRepository $batchJobRepository)
[?] -
The following methods in class
IntegrationController
[?] were changed:
-
The
ExpressionValidator
[?] class was removed. -
The
DataProviderDecorator::__construct($dataProvider, $methodPrefixes)
[?] method was changed toDataProviderDecorator::__construct($dataProvider)
[?] -
The
ConfigLayoutUpdateGenerator::__construct(ExpressionValidator $expressionValidator)
[?] method was changed toConfigLayoutUpdateGenerator::__construct(ValidatorInterface $validator, ExpressionLanguageCacheWarmer $expressionLanguageCacheWarmer)
[?] -
The
ThemeManager::__construct(ThemeFactoryInterface $themeFactory, ThemeDefinitionBagInterface $themeDefinitionBag)
[?] method was changed toThemeManager::__construct(ThemeFactoryInterface $themeFactory, ThemeDefinitionBagInterface $themeDefinitionBag, $enabledThemes)
[?] -
The following methods in class
ThemeProvider
[?] were changed: -
The following methods in class
ExpressionProcessor
[?] were changed: -
The
DataProviderDecorator::$methodPrefixes
[?] property was removed. -
The following methods in class
LayoutUpdateFileMatcher
[?] were removed: -
The
ExpressionProcessor::nodeWorkWithData
[?] method was removed. -
The
LayoutRegistryInterface::getTypeNames
[?] interface method was added. -
The
ExtensionInterface::getTypeNames
[?] interface method was added.
-
The
TemplatingRendererEngine
[?] class was removed. -
The
LayoutExtension::initRuntime
[?] method was removed. -
The
LayoutExtension::$renderer
[?] property was removed. -
The
TwigRenderer::__construct(TwigRendererEngineInterface $engine)
[?] method was changed toTwigRenderer::__construct(TwigRendererEngineInterface $engine, RenderCache $renderCache, PlaceholderRenderer $placeholderRenderer, LoggerInterface $logger)
[?] -
The
CacheImagePlaceholderProvider::getPath($filter)
[?] method was changed toCacheImagePlaceholderProvider::getPath($filter, $format, $referenceType)
[?] -
The
ChainImagePlaceholderProvider::getPath($filter)
[?] method was changed toChainImagePlaceholderProvider::getPath($filter, $format, $referenceType)
[?] -
The
ConfigImagePlaceholderProvider::getPath($filter)
[?] method was changed toConfigImagePlaceholderProvider::getPath($filter, $format, $referenceType)
[?] -
The following methods in class
DefaultImagePlaceholderProvider
[?] were changed: -
The following methods in class
ThemeImagePlaceholderProvider
[?] were changed: -
The
ThemeImageTypeDimension::__construct($name, $width, $height, $options = null)
[?] method was changed toThemeImageTypeDimension::__construct($name, $width, $height, $options = [])
[?] -
The
TwigLayoutRenderer::__construct(TwigRendererInterface $innerRenderer, FormRendererEngineInterface $formRendererEngine, Environment $environment)
[?] method was changed toTwigLayoutRenderer::__construct(TwigRendererInterface $innerRenderer, FormRendererEngineInterface $formRendererEngine, Environment $environment, PlaceholderRenderer $placeholderRenderer)
[?] -
The following methods in class
BlockViewNormalizer
[?] were changed: -
The
ExpressionNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toExpressionNormalizer::normalize($object, $format = null, $context = [])
[?] -
The
OptionValueBagNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toOptionValueBagNormalizer::normalize($object, $format = null, $context = [])
[?] -
The
LayoutListener::onKernelView(GetResponseForControllerResultEvent $event)
[?] method was changed toLayoutListener::onKernelView(ViewEvent $event)
[?] -
The
ThemeListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toThemeListener::onKernelRequest(RequestEvent $event)
[?] -
The
LayoutDataCollector::collect(Request $request, Response $response, Exception $exception = null)
[?] method was changed toLayoutDataCollector::collect(Request $request, Response $response, Throwable $exception = null)
[?] -
The
LayoutUpdatesCacheWarmer::__construct(LayoutUpdateLoader $layoutUpdateLoader, KernelInterface $kernel)
[?] method was changed toLayoutUpdatesCacheWarmer::__construct(LayoutUpdateLoader $layoutUpdateLoader, KernelInterface $kernel, LayoutFactoryBuilderInterface $layoutFactoryBuilder, ExpressionLanguageCacheWarmer $expressionLanguageCacheWarmer)
[?] -
The
ImagePlaceholderProviderInterface::getPath($filter)
[?] method was changed toImagePlaceholderProviderInterface::getPath($filter, $format, $referenceType)
[?]
- The following classes were removed:
- The
AddressExtension::getName
[?] method was removed. - The
CalendarExtension::getName
[?] method was removed. - The
DateFormatExtension::getName
[?] method was removed. - The following methods in class
DateTimeExtension
[?] were removed: - The
DateTimeOrganizationExtension::getName
[?] method was removed. - The
LocaleExtension::getName
[?] method was removed. - The
LocalizationExtension::getName
[?] method was removed. - The following methods in class
NumberExtension
[?] were removed: - The
DefaultFallbackGeneratorExtension::getMethodName
[?] method was removed. - The following methods in class
LocalizedFallbackValueAwareStrategy
[?] were removed: - The
DefaultFallbackGeneratorExtension::__construct($fieldMap, Inflector $inflector)
[?] method was changed toDefaultFallbackGeneratorExtension::__construct($fieldMap, DefaultFallbackMethodsNamesProvider $defaultFallbackMethodsNamesProvider)
[?] - The
LocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager, LocaleConfigurationProvider $localeConfigProvider)
[?] method was changed toLocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager, LocaleConfigurationProvider $localeConfigProvider, ThemeRegistry $themeRegistry)
[?] - The
LocalizedFallbackValueCollectionNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toLocalizedFallbackValueCollectionNormalizer::normalize($object, $format = null, $context = [])
[?] - The
LocaleListener::__construct(LocaleSettings $localeSettings, LocalizationProviderInterface $currentLocalizationProvider, TranslatableListener $translatableListener, TranslatorInterface $translator, RequestContextAwareInterface $router, $installed)
[?] method was changed toLocaleListener::__construct(LocaleSettings $localeSettings, LocalizationProviderInterface $currentLocalizationProvider, TranslatableListener $translatableListener, TranslatorInterface $translator, RequestContextAwareInterface $router, ApplicationState $applicationState)
[?] - The
LocalizationController::createAction()
[?] method was changed toLocalizationController::createAction(Request $request)
[?] - The
ComputeLocalizedFallbackValues::__construct(DoctrineHelper $doctrineHelper, LocalizationHelper $localizationHelper)
[?] method was changed toComputeLocalizedFallbackValues::__construct(DoctrineHelper $doctrineHelper, LocalizationHelper $localizationHelper, LocalizedFallbackValueExtractorInterface $valueExtractor)
[?] - The
LocalizationVoter::__construct(DoctrineHelper $doctrineHelper, ConfigManager $configManager)
[?] method was changed toLocalizationVoter::__construct(DoctrineHelper $doctrineHelper, ContainerInterface $container)
[?] - The
LocalizedFallbackValueAwareStrategy::$reflectionProperties
[?] property was removed. - The
LocalizationVoter::$configManager
[?] property was removed.
- The
LoggerContextConstraint
[?] class was removed.
- The following classes were removed:
- The
DBLogsHandler::formatDateTime(DateTime $dateTime)
[?] method was changed toDBLogsHandler::formatDateTime(DateTimeInterface $dateTime)
[?] - The
LoggerLevelCommand::__construct(ConfigManager $globalConfigManager, ConfigManager $userConfigManager, CacheProvider $cache, UserManager $userManager)
[?] method was changed toLoggerLevelCommand::__construct(ConfigManager $globalConfigManager, ConfigManager $userConfigManager, CacheInterface $cache, UserManager $userManager)
[?]
- The
BigDecimal::unserialize
[?] method was removed. - The
BigInteger::unserialize
[?] method was removed. - The following methods in class
BigNumber
[?] were removed: - The
BigRational::unserialize
[?] method was removed.
-
The following classes were removed:
-
The
JSON::decode($string)
[?] method was changed toJSON::decode($data, $throwOnError = true)
[?] -
The
Message::setBody($body)
[?] method was changed toMessage::setBody($body)
[?] -
The
DbalSession::createMessage($body, $properties = [], $headers = [])
[?] method was changed toDbalSession::createMessage($body, $properties = [], $headers = [])
[?] -
The
AddConsumerStateProcessor::__construct(ConsumerState $consumerState, MessageProcessorClassProvider $messageProcessorClassProvider, MessageToArrayConverterInterface $messageToArrayConverter)
[?] method was changed toAddConsumerStateProcessor::__construct(ConsumerState $consumerState, MessageToArrayConverterInterface $messageToArrayConverter)
[?] -
The
RootJobStatusCalculator::__construct(JobManagerInterface $jobManager, JobStatusChecker $jobStatusChecker, StatusCalculatorResolver $statusCalculatorResolver, MessageProducerInterface $messageProducer)
[?] method was changed toRootJobStatusCalculator::__construct(JobManagerInterface $jobManager, JobStatusChecker $jobStatusChecker, StatusCalculatorResolver $statusCalculatorResolver, MessageProducerInterface $messageProducer, Registry $registry)
[?] -
The following methods in class
ConsumeMessagesCommand
[?] were changed: -
The
QueueConsumer::__construct(ConnectionInterface $connection, ExtensionInterface $extension, ConsumerState $consumerState, $idleMicroseconds)
[?] method was changed toQueueConsumer::__construct(ConnectionInterface $connection, ExtensionInterface $extension, ConsumerState $consumerState, MessageProcessorRegistryInterface $messageProcessorRegistry, $idleMicroseconds)
[?] -
The
ConsumptionExtension::__construct(ConsumerState $consumerState)
[?] method was changed toConsumptionExtension::__construct(ConsumerState $consumerState, MessageProcessorClassProvider $messageProcessorClassProvider)
[?] -
The
Config::__construct($prefix, $routerMessageProcessorName, $routerQueueName, $defaultQueueName, $defaultTopicName)
[?] method was changed toConfig::__construct($transportPrefix, $defaultQueueName, $defaultTopicName)
[?] -
The
MessageProducer::__construct(DriverInterface $driver, RecipientListRouterInterface $router, DestinationMetaRegistry $destinationMetaRegistry)
[?] method was changed toMessageProducer::__construct(DriverInterface $driver, MessageRouterInterface $messageRouter, MessageBodyResolverInterface $messageBodyResolver, $debug = false)
[?] -
The
DestinationMeta::__construct($clientName, $transportName, $subscribers = [])
[?] method was changed toDestinationMeta::__construct($queueName, $transportQueueName, $messageProcessors = [])
[?] -
The following methods in class
DestinationMetaRegistry
[?] were changed: -
The
TopicMeta::__construct($name, $description, $subscribers = [])
[?] method was changed toTopicMeta::__construct($name, $queueNames = [], $messageProcessorByQueueName = [])
[?] -
The following methods in class
TopicMetaRegistry
[?] were changed: -
The
TopicsCommand::__construct(TopicMetaRegistry $topicMetaRegistry)
[?] method was changed toTopicsCommand::__construct(TopicRegistry $topicRegistry, TopicMetaRegistry $topicMetaRegistry, TopicDescriptionProvider $topicDescriptionProvider)
[?] -
The
MessageInterface::setBody($body)
[?] method was changed toMessageInterface::setBody($body)
[?] -
The
SessionInterface::createMessage($body, $properties = [], $headers = [])
[?] method was changed toSessionInterface::createMessage($body, $properties = [], $headers = [])
[?] -
The
MessageProcessorRegistryInterface::get($processorName)
[?] method was changed toMessageProcessorRegistryInterface::get($id)
[?] -
The following methods in class
ConsumerState
[?] were removed: -
The
MessageProcessorClassProvider::getMessageProcessorClass
[?] method was removed. -
The
AddConsumerStateProcessor::getMessageProcessorClass
[?] method was removed. -
The following methods in class
Context
[?] were removed: -
The following methods in class
Config
[?] were removed: -
The following methods in class
DestinationMeta
[?] were removed: -
The following methods in class
TopicMeta
[?] were removed: -
The following properties in class
ConsumeMessagesCommand
[?] were removed: -
The
TopicMetaRegistry::$topicsMeta
[?] property was removed. -
The
RecipientListRouterInterface
[?] interface was removed.
- The following classes were removed:
- The
MessageQueueCollector::collect(Request $request, Response $response, Exception $exception = null)
[?] method was changed toMessageQueueCollector::collect(Request $request, Response $response, Throwable $exception = null)
[?] - The
Configuration::__construct($factories)
[?] method was changed toConfiguration::__construct($factories, $environment)
[?] - The
ContainerClearer::__construct(ResettableContainerInterface $container)
[?] method was changed toContainerClearer::__construct(Container $container)
[?] - The
MaintenanceExtension::__construct(Mode $maintenance, $idleTime)
[?] method was changed toMaintenanceExtension::__construct(Mode $maintenance, $idleTime)
[?] - The
ClientConsumeMessagesCommand::__construct(QueueConsumer $queueConsumer, DestinationMetaRegistry $destinationMetaRegistry, MessageProcessorInterface $messageProcessor, ConsumerState $consumerState, LoggerInterface $logger)
[?] method was changed toClientConsumeMessagesCommand::__construct(QueueConsumer $queueConsumer, DestinationMetaRegistry $destinationMetaRegistry, ConsumerState $consumerState, LoggerInterface $logger)
[?] - The
TransportConsumeMessagesCommand::__construct(QueueConsumer $queueConsumer, ContainerInterface $processorLocator, ConsumerState $consumerState, LoggerInterface $logger)
[?] method was changed toTransportConsumeMessagesCommand::__construct(QueueConsumer $queueConsumer, ConsumerState $consumerState, LoggerInterface $logger)
[?] - The following methods in class
BuildDestinationMetaRegistryPass
[?] were removed: - The following methods in class
BuildMessageProcessorRegistryPass
[?] were removed:
- The
UrlInfoType
[?] class was removed.
- The
SchemaDumperExtension::getName
[?] method was removed. - The
AbstractTableInformationQuery::getUniqueColumnNames($tableName, $ignoredFields = [ ... ], $logger = null)
[?] method was changed toAbstractTableInformationQuery::getUniqueColumnNames($tableName, $ignoredFields = [ ... ], $logger = null)
[?] - The
MigrationExecutor::__construct(MigrationQueryExecutor $queryExecutor, OroDataCacheManager $cacheManager)
[?] method was changed toMigrationExecutor::__construct(MigrationQueryExecutorInterface $queryExecutor, OroDataCacheManager $cacheManager)
[?] - The
MigrationContainer::set($id, $service)
[?] method was changed toMigrationContainer::set($id, $service)
[?]
- The
MenuUpdateUtils::updateMenuUpdate
[?] method was removed. - The
HashNavExtension::getName
[?] method was removed. - The
MenuExtension::getName
[?] method was removed. - The
NavigationItemController::getPageStateRepository
[?] method was removed. - The
HashNavExtension::onKernelRequest(GetResponseEvent $event)
[?] method was changed toHashNavExtension::onKernelRequest(RequestEvent $event)
[?] - The
AclAwareMenuFactoryExtension::__construct(Router $router, AuthorizationCheckerInterface $authorizationChecker, ClassAuthorizationChecker $classAuthorizationChecker, TokenAccessorInterface $tokenAccessor, LoggerInterface $logger)
[?] method was changed toAclAwareMenuFactoryExtension::__construct(UrlMatcherInterface $urlMatcher, ControllerClassProvider $controllerClassProvider, AuthorizationCheckerInterface $authorizationChecker, ClassAuthorizationChecker $classAuthorizationChecker, TokenAccessorInterface $tokenAccessor, LoggerInterface $logger)
[?] - The
BreadcrumbManager::__construct(MenuProviderInterface $provider, Matcher $matcher, Router $router)
[?] method was changed toBreadcrumbManager::__construct(MenuProviderInterface $provider, Matcher $matcher)
[?] - The
MenuUpdateManager::__construct(ManagerRegistry $managerRegistry, MenuUpdateHelper $menuUpdateHelper, $entityClass, $scopeType)
[?] method was changed toMenuUpdateManager::__construct(ManagerRegistry $managerRegistry, MenuUpdateHelper $menuUpdateHelper, PropertyAccessorInterface $propertyAccessor, $entityClass, $scopeType)
[?] - The
AddMasterRequestRouteListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toAddMasterRequestRouteListener::onKernelRequest(RequestEvent $event)
[?] - The
ResponseHashnavListener::__construct(TokenStorageInterface $tokenStorage, EngineInterface $templating, $isDebug = false)
[?] method was changed toResponseHashnavListener::__construct(TokenStorageInterface $tokenStorage, Environment $twig, $isDebug = false)
[?] - The
ResponseHistoryListener::onResponse(FilterResponseEvent $event)
[?] method was changed toResponseHistoryListener::onResponse(ResponseEvent $event)
[?] - The
ItemFactory::createItem($type, $params)
[?] method was changed toItemFactory::createItem($type, $params)
[?] - The
NavigationItemController::getAction($type)
[?] method was changed toNavigationItemController::getAction($type)
[?] - The
PagestateController::getEntity($id)
[?] method was changed toPagestateController::getEntity($id)
[?] - The
ShortcutsController::getResults(ItemInterface $items, $query)
[?] method was changed toShortcutsController::getResults(ItemInterface $items, $query)
[?] - The
BreadcrumbManager::$router
[?] property was removed. - The
ResponseHashnavListener::$templating
[?] property was removed.
- The
Configuration
[?] class was removed. - The
NoteManager::__construct(EntityManager $em, AuthorizationCheckerInterface $authorizationChecker, AclHelper $aclHelper, EntityNameResolver $entityNameResolver, AttachmentProvider $attachmentProvider, AttachmentManager $attachmentManager)
[?] method was changed toNoteManager::__construct(EntityManager $em, AuthorizationCheckerInterface $authorizationChecker, AclHelper $aclHelper, EntityNameResolver $entityNameResolver, AttachmentProvider $attachmentProvider, PictureSourcesProviderInterface $pictureSourcesProvider)
[?] - The
NoteManager::$attachmentManager
[?] property was removed.
- The following classes were removed:
- The
DoctrineListener::setEnabled
[?] method was removed. - The
NotificationSentEvent::getSpoolItem
[?] method was removed. - The
RecipientList::isValid
[?] method was removed. - The
NotificationSentEvent::__construct($spoolItem, $sentCount)
[?] method was changed toNotificationSentEvent::__construct(RawMessage $message, $sentCount, $type)
[?] - The
MassNotification::setScheduledAt($scheduledAt)
[?] method was changed toMassNotification::setScheduledAt(DateTimeInterface $scheduledAt)
[?] - The
NotificationSentEvent::$spoolItem
[?] property was removed.
-
The
Configuration
[?] class was removed. -
The
OrganizationExtension::getName
[?] method was removed. -
The following methods in class
Organization
[?] were removed: -
The
BusinessUnitController::createAction()
[?] method was changed toBusinessUnitController::createAction(Request $request)
[?] -
The following methods in class
OrganizationController
[?] were changed:
- The
ClassGenerator::print()
[?] method was changed toClassGenerator::print($skipNamespace = false)
[?] - The
ClassLoader::__construct($namespacePrefix, $path)
[?] method was changed toClassLoader::__construct($namespacePrefix, $path)
[?]
- The following classes were removed:
- The
PlatformExtension::getName
[?] method was removed. - The
UpdateDoctrineEventHandlersPass::getConnections
[?] method was removed. - The
MergeServiceLocatorsCompilerPass::__construct($tagName, $serviceLocatorServiceId)
[?] method was changed toMergeServiceLocatorsCompilerPass::__construct($tagName, $serviceLocatorServiceId)
[?] - The
PlatformCollector::collect(Request $request, Response $response, Exception $exception = null)
[?] method was changed toPlatformCollector::collect(Request $request, Response $response, Throwable $exception = null)
[?]
- The
Configuration
[?] class was removed. - The
ReminderExtension::getName
[?] method was removed. - The
TwigSandboxConfigurationPass::process
[?] method was removed.
-
The following methods in class
ReportController
[?] were changed:
- The
SortableRouteCollection
[?] class was removed.
- The following methods in class
OAuthToken
[?] were removed: - The
OAuthUserProvider::__construct(ContainerInterface $userProviders)
[?] method was changed toOAuthUserProvider::__construct(ContainerInterface $userProviders, UserCheckerInterface $userChecker)
[?]
- The
AddCommentToRoHashManager
[?] class was removed. - The
ScopeExtension::getName
[?] method was removed. - The
AddTriggerToRowHashColumn::__construct(AddCommentToRoHashManager $manager)
[?] method was changed toAddTriggerToRowHashColumn::__construct(AddCommentToRowHashManager $manager)
[?] - The
UpdateScopeRowHashColumn::__construct(AddCommentToRoHashManager $manager)
[?] method was changed toUpdateScopeRowHashColumn::__construct(AddCommentToRowHashManager $manager)
[?] - The
PostUpMigrationListener::__construct(AddCommentToRoHashManager $manager, $installed)
[?] method was changed toPostUpMigrationListener::__construct(AddCommentToRowHashManager $manager, ApplicationState $applicationState)
[?] - The
RowHashCommentMetadataListener::__construct(AddCommentToRoHashManager $manager)
[?] method was changed toRowHashCommentMetadataListener::__construct(AddCommentToRowHashManager $manager)
[?] - The
PostUpMigrationListener::$installed
[?] property was removed.
- The following classes were removed:
- The
OroSearchExtension::getName
[?] method was removed. - The
IndexListener::setEnabled
[?] method was removed. - The
PrepareResultItemListener::isParametersDefined
[?] method was removed. - The
OrmIndexer::__construct
[?] method was removed. - The
IndexListener::$enabled
[?] property was removed. - The following properties in class
PrepareResultItemListener
[?] were removed: - The
PrepareResultItemListener::__construct(Router $router, ObjectMapper $mapper, EntityManager $em, EntityNameResolver $entityNameResolver, ConfigManager $configManager, TranslatorInterface $translator)
[?] method was changed toPrepareResultItemListener::__construct(UrlGeneratorInterface $urlGenerator, ObjectMapper $mapper, ManagerRegistry $doctrine, EntityNameResolver $entityNameResolver, ConfigManager $configManager, TranslatorInterface $translator)
[?] - The
AbstractIndexer::__construct(ManagerRegistry $registry, DoctrineHelper $doctrineHelper, ObjectMapper $mapper, EntityNameResolver $entityNameResolver)
[?] method was changed toAbstractIndexer::__construct(ManagerRegistry $registry, DoctrineHelper $doctrineHelper, ObjectMapper $mapper, EntityNameResolver $entityNameResolver, LoggerInterface $logger)
[?] - The
AbstractMapper::__construct(SearchMappingProvider $mappingProvider, PropertyAccessorInterface $propertyAccessor)
[?] method was changed toAbstractMapper::__construct(SearchMappingProvider $mappingProvider, PropertyAccessorInterface $propertyAccessor, TypeCastingHandlerRegistry $handlerRegistry)
[?] - The
ObjectMapper::__construct(SearchMappingProvider $mappingProvider, PropertyAccessorInterface $propertyAccessor, EventDispatcherInterface $dispatcher, HtmlTagHelper $htmlTagHelper)
[?] method was changed toObjectMapper::__construct(SearchMappingProvider $mappingProvider, PropertyAccessorInterface $propertyAccessor, TypeCastingHandlerRegistry $handlerRegistry, EventDispatcherInterface $dispatcher, HtmlTagHelper $htmlTagHelper)
[?]
-
The following classes were removed:
-
The following methods in class
OroSecurityExtension
[?] were removed: -
The following methods in class
OwnershipMetadata
[?] were removed: -
The following methods in class
AccessRuleWalkerContext
[?] were removed: -
The following methods in class
AclAnnotationStorage
[?] were removed: -
The following methods in class
ActionSecurityMetadata
[?] were removed: -
The following methods in class
EntitySecurityMetadata
[?] were removed: -
The following methods in class
FieldSecurityMetadata
[?] were removed: -
The following methods in class
Label
[?] were removed: -
The
OrganizationBasicAuthenticationListener::handle
[?] method was removed. -
The following methods in class
OrganizationAccessDeniedException
[?] were removed: -
The following methods in class
Acl
[?] were removed: -
The following methods in class
AclAncestor
[?] were removed: -
The following methods in class
OwnershipMetadata
[?] were changed: -
The
ContextListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toContextListener::onKernelRequest(RequestEvent $event)
[?] -
The
ControllerListener::onKernelController(FilterControllerEvent $event)
[?] method was changed toControllerListener::onKernelController(ControllerEvent $event)
[?] -
The
CsrfProtectionRequestListener::onKernelController(FilterControllerEvent $event)
[?] method was changed toCsrfProtectionRequestListener::onKernelController(ControllerEvent $event)
[?] -
The
ErrorListener::logException(Throwable $exception, $message)
[?] method was changed toErrorListener::logException(Throwable $exception, $message, $logLevel = null)
[?] -
The
OwnerTreeListener::addSupportedClass($class, $fields = [], $associations = [])
[?] method was changed toOwnerTreeListener::addSupportedClass($class, $fields = [], $associations = [])
[?] -
The
OrganizationFormLoginFactory::createAuthProvider(ContainerBuilder $container, $id, $config, $userProviderId)
[?] method was changed toOrganizationFormLoginFactory::createAuthProvider(ContainerBuilder $container, $id, $config, $userProviderId)
[?] -
The
OrganizationRememberMeFactory::create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
[?] method was changed toOrganizationRememberMeFactory::create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
[?] -
The
CookieTokenStorage::__construct($secure, $httpOnly, RequestStack $requestStack)
[?] method was changed toCookieTokenStorage::__construct($secure, $httpOnly, RequestStack $requestStack, $sameSite)
[?] -
The
AuthorizationChecker::__construct(ServiceLink $authorizationCheckerLink, ServiceLink $objectIdentityFactoryLink, ServiceLink $annotationProviderLink, LoggerInterface $logger)
[?] method was changed toAuthorizationChecker::__construct(AuthorizationCheckerInterface $authorizationChecker, ObjectIdentityFactory $objectIdentityFactory, AclAnnotationProvider $annotationProvider, LoggerInterface $logger)
[?] -
The
ClassAuthorizationChecker::__construct(AuthorizationCheckerInterface $authorizationChecker, ServiceLink $objectIdentityFactoryLink, ServiceLink $annotationProviderLink, LoggerInterface $logger)
[?] method was changed toClassAuthorizationChecker::__construct(AuthorizationCheckerInterface $authorizationChecker, ObjectIdentityFactory $objectIdentityFactory, AclAnnotationProvider $aclAnnotationProvider, LoggerInterface $logger)
[?] -
The
RequestAuthorizationChecker::__construct(AuthorizationCheckerInterface $authorizationChecker, ServiceLink $entityClassResolverLink, ServiceLink $annotationProviderLink)
[?] method was changed toRequestAuthorizationChecker::__construct(AuthorizationCheckerInterface $authorizationChecker, EntityClassResolver $entityClassResolver, AclAnnotationProvider $annotationProvider)
[?] -
The
OrganizationRememberMeToken::__construct(UserInterface $user, $providerKey, $key, $organization)
[?] method was changed toOrganizationRememberMeToken::__construct(UserInterface $user, $providerKey, $key, $organization)
[?] -
The
RememberMeListener::__construct(RememberMeListener $innerListener, SessionInterface $session = null)
[?] method was changed toRememberMeListener::__construct(RememberMeListener $innerListener)
[?] -
The
EntityClassResolverUtil::getEntityClass($object)
[?] method was changed toEntityClassResolverUtil::getEntityClass($object)
[?] -
The
AclExtensionSelector::__construct($extensions, ObjectIdAccessor $objectIdAccessor)
[?] method was changed toAclExtensionSelector::__construct($extensionNames, ContainerInterface $extensionContainer, ObjectIdAccessor $objectIdAccessor)
[?] -
The
RootBasedAclProvider::__construct(ObjectIdentityFactory $objectIdentityFactory, SecurityIdentityToStringConverterInterface $sidConverter)
[?] method was changed toRootBasedAclProvider::__construct(ObjectIdentityFactory $objectIdentityFactory, SecurityIdentityToStringConverterInterface $sidConverter, FullAccessFieldRootAclBuilder $fullAccessFieldRootAclBuilder)
[?] -
The
OwnerTreeListener::$treeProvider
[?] property was removed.
-
The
Configuration
[?] class was removed. -
The
SegmentExtension::getName
[?] method was removed. -
The following methods in class
SegmentController
[?] were changed:
- The
SidebarExtension::getName
[?] method was removed.
- The following classes were removed:
- The
ApiSubRequestListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toApiSubRequestListener::onKernelRequest(RequestEvent $event)
[?] - The
LocaleListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toLocaleListener::onKernelRequest(RequestEvent $event)
[?] - The following interfaces were removed:
- The
OroSyncExtension::getName
[?] method was removed. - The
DoctrineTagEventListener::setEnabled
[?] method was removed. - The
DoctrineTagEventListener::__construct(DataUpdateTopicSender $dataUpdateTopicSender, TagGeneratorInterface $tagGenerator, $isApplicationInstalled)
[?] method was changed toDoctrineTagEventListener::__construct(ContainerInterface $container, ApplicationState $applicationState)
[?]
-
The
TagExtension::getName
[?] method was removed. -
The
TagListener::setContainer
[?] method was removed. -
The
TagsExtension::__construct(TagManager $tagManager, EntityClassResolver $entityClassResolver, TaggableHelper $helper, EntityRoutingHelper $entityRoutingHelper, AuthorizationCheckerInterface $authorizationChecker, TokenStorageInterface $tokenStorage)
[?] method was changed toTagsExtension::__construct(TagManager $tagManager, EntityClassResolver $entityClassResolver, TaggableHelper $helper, AuthorizationCheckerInterface $authorizationChecker, TokenStorageInterface $tokenStorage, InlineEditingConfigurator $inlineEditingConfigurator)
[?] -
The
ImportExportTagsSubscriber::__construct(ServiceLink $tagManagerLink)
[?] method was changed toImportExportTagsSubscriber::__construct(ContainerInterface $container)
[?] -
The
TagListener::__construct(TaggableHelper $helper)
[?] method was changed toTagListener::__construct(ContainerInterface $container)
[?] -
The
TagManager::__construct(EntityManager $em, $tagClass, $taggingClass, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, Router $router)
[?] method was changed toTagManager::__construct(EntityManager $em, $tagClass, $taggingClass, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, UrlGeneratorInterface $urlGenerator)
[?] -
The following methods in class
TagController
[?] were changed: -
The following methods in class
TaxonomyController
[?] were changed: -
The
TagsExtension::$entityRoutingHelper
[?] property was removed. -
The
ImportExportTagsSubscriber::$tagManagerLink
[?] property was removed. -
The
TagManager::$router
[?] property was removed.
- The following classes were removed:
- The
EntityManagerMockBuilder
[?] class was removed. - The
FormHandlerTestCase::testProcessSupportedRequest($method, $isValid, $isProcessed)
[?] method was changed toFormHandlerTestCase::testProcessSupportedRequest($method, $isValid, $isProcessed)
[?] - The
TestContainerBuilder::add($serviceId, $service, $invalidBehavior)
[?] method was changed toTestContainerBuilder::add($serviceId, $service, $invalidBehavior)
[?]
- The
ThemeExtension::getName
[?] method was removed.
-
The following classes were removed:
-
The
TranslationExtension::getName
[?] method was removed. -
The
DebugTranslator::transChoice
[?] method was removed. -
The
TranslationKeyGenerator::__construct
[?] method was removed. -
The following methods in class
Translator
[?] were removed: -
The
TranslatorProvider::getTransChoice
[?] method was removed. -
The
TranslationExtension::getTranslationGridLink($filters = [], $referenceType)
[?] method was changed toTranslationExtension::getTranslationGridLink($filters = [], $referenceType)
[?] -
The following methods in class
DebugTranslator
[?] were changed: -
The
Translator::trans($id, $parameters = [], $domain = null, $locale = null)
[?] method was changed toTranslator::trans($id, $parameters = [], $domain = null, $locale = null)
[?] -
The
DefaultTranslationStrategy::__construct(LanguageProvider $languageProvider, $installed = false)
[?] method was changed toDefaultTranslationStrategy::__construct(LanguageProvider $languageProvider, ApplicationState $applicationState)
[?] -
The
JsTranslationDumper::__construct(Controller $translationController, Router $router, $translationDomains, $kernelProjectDir, LanguageProvider $languageProvider, $jsTranslationRoute)
[?] method was changed toJsTranslationDumper::__construct(Controller $translationController, RouterInterface $router, $translationDomains, $kernelProjectDir, LanguageProvider $languageProvider, $jsTranslationRoute)
[?] -
The
TranslatorProvider::getTrans($id, $parameters = [], $domain = null, $locale = null)
[?] method was changed toTranslatorProvider::getTrans($id, $parameters = [], $domain = null, $locale = null)
[?] -
The
TranslationNormalizer::denormalize($data, $class, $format = null, $context = [])
[?] method was changed toTranslationNormalizer::denormalize($data, $type, $format = null, $context = [])
[?] -
The
TranslationsDatagridRouteHelper::generate($filters = [], $referenceType, $filtersType = [])
[?] method was changed toTranslationsDatagridRouteHelper::generate($filters = [], $referenceType, $filtersType = [])
[?] -
The
JsTranslationDumpDemoDataListener::__construct(JsTranslationDumper $jsTranslationDumper, LanguageProvider $languageProvider, $installed)
[?] method was changed toJsTranslationDumpDemoDataListener::__construct(JsTranslationDumper $jsTranslationDumper, LanguageProvider $languageProvider, ApplicationState $applicationState)
[?] -
The
TranslationListener::isApplicable(JobExecution $jobExecution)
[?] method was changed toTranslationListener::isApplicable(JobExecution $jobExecution)
[?] -
The
Controller::__construct(Translator $translator, EngineInterface $templating, $template, $options)
[?] method was changed toController::__construct(Translator $translator, Environment $twig, $template, $options)
[?] -
The
OroTranslationRebuildCacheCommand::__construct(RebuildTranslationCacheProcessor $rebuildTranslationCacheProcessor)
[?] method was changed toOroTranslationRebuildCacheCommand::__construct(RebuildTranslationCacheProcessor $rebuildTranslationCacheProcessor, MessageCatalogueSanitizerInterface $catalogueSanitizer)
[?] -
The
DefaultTranslationStrategy::$installed
[?] property was removed. -
The
Controller::$templating
[?] property was removed.
-
The following classes were removed:
-
The
FormatExtension::getName
[?] method was removed. -
The
HtmlTagExtension::getName
[?] method was removed. -
The
PlaceholderExtension::getName
[?] method was removed. -
The
TabExtension::getName
[?] method was removed. -
The
UiExtension::getName
[?] method was removed. -
The
Router::parseRouteData
[?] method was removed. -
The
TwigSandboxConfigurationPass::process
[?] method was removed. -
The
Router::__construct(RequestStack $requestStack, Router $router, AuthorizationCheckerInterface $authorizationChecker)
[?] method was changed toRouter::__construct(RequestStack $requestStack, UrlGeneratorInterface $urlGenerator, AuthorizationCheckerInterface $authorizationChecker)
[?] -
The
ControllerClassProvider::__construct($cacheFile, $debug, RouterInterface $router, ControllerNameParser $controllerNameParser, ContainerInterface $container, LoggerInterface $logger)
[?] method was changed toControllerClassProvider::__construct($cacheFile, $debug, RouterInterface $router, ContainerInterface $container, LoggerInterface $logger)
[?] -
The
ContentProviderListener::onKernelRequest(GetResponseEvent $event)
[?] method was changed toContentProviderListener::onKernelRequest(RequestEvent $event)
[?] -
The following methods in class
TemplateListener
[?] were changed: -
The
Router::$router
[?] property was removed.
-
The following classes were removed:
EmailCaseInsensitiveOptionValidator
[?]PasswordComplexityValidator
[?]UniqueUserEmailValidator
[?]UserAuthenticationFieldsValidator
[?]UserWithoutRoleValidator
[?]EmailCaseInsensitiveOptionConstraint
[?]UserAuthenticationFieldsConstraint
[?]StatusType
[?]StatusHandler
[?]LoginAttemptsHandler
[?]LoginAttemptsLogSubscriber
[?]PasswordChangedSubscriber
[?]Status
[?]StatusManager
[?]StatusController
[?]
-
The
UserGridFieldValidator::getPropertyAccessor
[?] method was removed. -
The
PasswordComplexity::validatedBy
[?] method was removed. -
The
UniqueUserEmail::validatedBy
[?] method was removed. -
The
UserWithoutRole::validatedBy
[?] method was removed. -
The
OroUserExtension::getName
[?] method was removed. -
The
UserChecker::hasOrganization
[?] method was removed. -
The
RoleListener::updateRole
[?] method was removed. -
The following methods in class
AbstractUser
[?] were removed: -
The following methods in class
Role
[?] were removed: -
The following methods in class
User
[?] were removed: -
The
UserAclHandler::getUserAvatar
[?] method was removed. -
The
UserInterface::addRole
[?] method was removed. -
The
UserGridFieldValidator::__construct(TokenAccessorInterface $tokenAccessor)
[?] method was changed toUserGridFieldValidator::__construct(TokenAccessorInterface $tokenAccessor, PropertyAccessorInterface $accessor)
[?] -
The
DisabledLoginSubscriber::onKernelRequest(GetResponseEvent $event)
[?] method was changed toDisabledLoginSubscriber::onKernelRequest(RequestEvent $event)
[?] -
The
UserLoggingInfoProvider::getUserLoggingInfo($user)
[?] method was changed toUserLoggingInfoProvider::getUserLoggingInfo($user)
[?] -
The
EmailSettingsType::__construct(UserImapConfigSubscriber $subscriber, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] method was changed toEmailSettingsType::__construct(UserImapConfigSubscriber $subscriber, OAuthManagerRegistry $oauthManagerRegistry)
[?] -
The
PasswordChangeExceptionListener::__construct(SessionInterface $session, TranslatorInterface $translator)
[?] method was changed toPasswordChangeExceptionListener::__construct(SessionInterface $session, TranslatorInterface $translator)
[?] -
The following methods in class
RoleListener
[?] were changed: -
The
TurnOffCachingListener::onKernelResponse(FilterResponseEvent $event)
[?] method was changed toTurnOffCachingListener::onKernelResponse(ResponseEvent $event)
[?] -
The
AbstractUser::setPassword($password)
[?] method was changed toAbstractUser::setPassword($password)
[?] -
The
UsersEnableSwitchActionHandler::__construct(AclHelper $aclHelper, TokenStorageInterface $tokenStorage, TranslatorInterface $translator, $isEnabled, $successMessage, $errorMessage)
[?] method was changed toUsersEnableSwitchActionHandler::__construct(AclHelper $aclHelper, TokenStorageInterface $tokenStorage, TranslatorInterface $translator, $isEnabled, $successMessage, $errorMessage)
[?] -
The following methods in class
ConfigurationController
[?] were changed: -
The
ResetController::checkEmailAction()
[?] method was changed toResetController::checkEmailAction(Request $request)
[?] -
The following methods in class
RoleController
[?] were changed: -
The
UserController::updateProfileAction()
[?] method was changed toUserController::updateProfileAction(Request $request)
[?] -
The
ImpersonateUserCommand::__construct(ManagerRegistry $registry, Router $router, ConfigManager $configManager, UserManager $userManager, DateTimeFormatterInterface $dateTimeFormatter)
[?] method was changed toImpersonateUserCommand::__construct(ManagerRegistry $registry, UrlGeneratorInterface $urlGenerator, ConfigManager $configManager, UserManager $userManager, DateTimeFormatterInterface $dateTimeFormatter)
[?] -
The
UserAclHandler::__construct(EntityManager $em, AttachmentManager $attachmentManager, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclVoterInterface $aclVoter = null)
[?] method was changed toUserAclHandler::__construct(EntityManager $em, PictureSourcesProviderInterface $pictureSourcesProvider, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclVoterInterface $aclVoter = null)
[?] -
The
UserSearchHandler::__construct(AttachmentManager $attachmentManager, $userEntityName, $properties)
[?] method was changed toUserSearchHandler::__construct(PictureSourcesProviderInterface $pictureSourcesProvider, $userEntityName, $properties)
[?] -
The
UserWithoutCurrentHandler::__construct(TokenAccessorInterface $tokenAccessor, AttachmentManager $attachmentManager, $userEntityName, $properties)
[?] method was changed toUserWithoutCurrentHandler::__construct(TokenAccessorInterface $tokenAccessor, PictureSourcesProviderInterface $pictureSourcesProvider, $userEntityName, $properties)
[?] -
The
WidgetUserSearchHandler::__construct(TranslatorInterface $translator, AttachmentManager $attachmentManager, $userEntityName, $properties)
[?] method was changed toWidgetUserSearchHandler::__construct(TranslatorInterface $translator, PictureSourcesProviderInterface $pictureSourcesProvider, $userEntityName, $properties)
[?] -
The
UserInterface::setPassword($password)
[?] method was changed toUserInterface::setPassword($password)
[?] -
The
RoleListener::$aclSidManagerLink
[?] property was removed. -
The
AbstractUser::$roles
[?] property was removed. -
The following properties in class
User
[?] were removed: -
The
UserAclHandler::$attachmentManager
[?] property was removed. -
The
UserSearchHandler::$attachmentManager
[?] property was removed. -
The following interfaces were removed:
-
The following classes were removed:
-
The
WorkflowExtension::getName
[?] method was removed. -
The
FieldProvider::addFields
[?] method was removed. -
The
EventTriggerCollectorListener::setEnabled
[?] method was removed. -
The
SendWorkflowStepChangesToAuditListener::setEnabled
[?] method was removed. -
The
WorkflowTransitionRecordListener::setEnabled
[?] method was removed. -
The
WorkflowController::formatErrorResponse
[?] method was removed. -
The following methods in class
WorkflowEditVoter
[?] were removed: -
The following methods in class
TransitionLabel
[?] were removed: -
The following methods in class
WorkflowAclMetadata
[?] were removed: -
The
ProcessDataNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toProcessDataNormalizer::normalize($object, $format = null, $context = [])
[?] -
The following methods in class
ProcessEntityNormalizer
[?] were changed: -
The
ProcessObjectNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toProcessObjectNormalizer::normalize($object, $format = null, $context = [])
[?] -
The
ProcessScalarNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toProcessScalarNormalizer::normalize($object, $format = null, $context = [])
[?] -
The
ProcessTraversableNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toProcessTraversableNormalizer::normalize($object, $format = null, $context = [])
[?] -
The
WorkflowDataNormalizer::normalize($object, $format = null, $context = [])
[?] method was changed toWorkflowDataNormalizer::normalize($object, $format = null, $context = [])
[?] -
The
FormSubmitTemplateResponseProcessor::__construct(ViewHandlerInterface $viewHandler, Environment $twig)
[?] method was changed toFormSubmitTemplateResponseProcessor::__construct(WorkflowItemSerializerInterface $workflowItemSerializer, ViewHandlerInterface $viewHandler, Environment $twig)
[?] -
The following methods in class
ProcessDataSerializeListener
[?] were changed: -
The following methods in class
WorkflowDataSerializeListener
[?] were changed: -
The
WorkflowDatagridLabelListener::trans($id)
[?] method was changed toWorkflowDatagridLabelListener::trans($id)
[?] -
The
WorkflowTransitionRecordListener::$enabled
[?] property was removed.
- The
WsseAuthenticationListener::handle
[?] method was removed. - The
WsseAuthenticationProvider::__construct(UserCheckerInterface $userChecker, WsseTokenFactoryInterface $wsseTokenFactory, UserProviderInterface $userProvider, $providerKey, PasswordEncoderInterface $encoder, CacheInterface $nonceCache, $lifetime, $dateFormat)
[?] method was changed toWsseAuthenticationProvider::__construct(UserCheckerInterface $userChecker, WsseTokenFactoryInterface $wsseTokenFactory, UserProviderInterface $userProvider, $providerKey, PasswordEncoderInterface $encoder, AdapterInterface $nonceCache, $lifetime, $dateFormat)
[?]