- ActionBundle
- ActivityBundle
- ActivityListBundle
- ApiBundle
- AttachmentBundle
- CacheBundle
- ChainProcessor
- ChartBundle
- Config
- ConfigBundle
- CurrencyBundle
- DashboardBundle
- DataAuditBundle
- DataGridBundle
- DependencyInjection
- EmailBundle
- EntityBundle
- EntityConfigBundle
- EntityExtendBundle
- EntityMergeBundle
- EntitySerializer
- FeatureToggleBundle
- FilterBundle
- FormBundle
- HelpBundle
- IntegrationBundle
- Layout
- LayoutBundle
- LocaleBundle
- MessageQueue
- MessageQueueBundle
- NavigationBundle
- NotificationBundle
- PlatformBundle
- QueryDesignerBundle
- ReminderBundle
- ReportBundle
- SearchBundle
- SecurityBundle
- SegmentBundle
- SidebarBundle
- UIBundle
- WorkflowBundle
- The following classes were removed:
- The following methods in class
ConfigurationProvider[?] were removed: - The following methods in class
ConfigurationProviderInterface[?] were removed: - The
ConfigurationProvider::__construct(ConfigurationLoader $configurationLoader, ConfigurationDefinitionInterface $configurationDefinition, ConfigurationValidatorInterface $validator, CacheProvider $cache, array $rawConfiguration, array $kernelBundles, $rootNode)[?] method was changed toConfigurationProvider::__construct(string $cacheFile, bool $debug, Container $container, array $bundles)[?] - The
OperationConfigurationValidator::__construct(RouterInterface $router, Twig_Loader_Filesystem $twigLoader, DoctrineHelper $doctrineHelper, LoggerInterface $logger, $debug)[?] method was changed toOperationConfigurationValidator::__construct(ControllerClassProvider $controllerClassProvider, Twig_Loader_Filesystem $twigLoader, DoctrineHelper $doctrineHelper, LoggerInterface $logger, $debug)[?] - The
ConfigurationProviderInterface::getConfiguration($ignoreCache = false, Collection $errors = null)[?] method was changed toConfigurationProviderInterface::getConfiguration()[?] - The following properties in class
ConfigurationProvider[?] were removed: - The
OperationConfigurationValidator::$router[?] property was removed. - The
ConfigurationDefinitionInterface[?] interface was removed.
- The
ContextsExtension::__construct(DoctrineHelper $doctrineHelper, ActivityManager $activityManager, EntityAliasResolver $entityAliasResolver, EntityRoutingHelper $entityRoutingHelper, RequestStack $requestStack)[?] method was changed toContextsExtension::__construct(DoctrineHelper $doctrineHelper, ActivityManager $activityManager, EntityAliasResolver $entityAliasResolver, EntityRoutingHelper $entityRoutingHelper, RequestStack $requestStack, AuthorizationCheckerInterface $authorizationChecker)[?] - The
ActivityContextApiEntityManager::__construct(ObjectManager $om, ActivityManager $activityManager, ConfigManager $configManager, RouterInterface $router, EntityAliasResolver $entityAliasResolver, EntityNameResolver $entityNameResolver, DoctrineHelper $doctrineHelper, FeatureChecker $featureChecker)[?] method was changed toActivityContextApiEntityManager::__construct(ObjectManager $om, ConfigManager $configManager, RouterInterface $router, EntityAliasResolver $entityAliasResolver, EntityNameResolver $entityNameResolver, FeatureChecker $featureChecker, AuthorizationCheckerInterface $authorizationChecker)[?] - The following properties in class
ActivityContextApiEntityManager[?] were removed:
- The
ActivityListFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, ActivityAssociationHelper $activityAssociationHelper, ActivityListChainProvider $activityListChainProvider, ActivityListFilterHelper $activityListFilterHelper, EntityRoutingHelper $entityRoutingHelper, ServiceLink $queryDesignerManagerLink, ServiceLink $datagridHelperLink)[?] method was changed toActivityListFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, ActivityAssociationHelper $activityAssociationHelper, ActivityListChainProvider $activityListChainProvider, ActivityListFilterHelper $activityListFilterHelper, EntityRoutingHelper $entityRoutingHelper, Manager $queryDesignerManager, ServiceLink $datagridHelperLink)[?] - The
ActivityListFilter::$queryDesignerManagerLink[?] property was removed.
- The following classes were removed:
- The
ExceptionTextExtractor::__construct($debug, TranslatorInterface $translator, array $safeExceptions)[?] method was changed toExceptionTextExtractor::__construct($debug, TranslatorInterface $translator, array $safeExceptions, array $safeExceptionExclusions = [])[?] - The
CacheManager::__construct(array $configKeys, array $apiDocViews, RequestExpressionMatcher $matcher, ConfigCacheFactory $configCacheFactory, ConfigCacheWarmer $configCacheWarmer, EntityAliasCacheWarmer $entityAliasCacheWarmer, ResourcesCacheWarmer $resourcesCacheWarmer, ApiDocExtractor $apiDocExtractor)[?] method was changed toCacheManager::__construct(array $configKeys, array $apiDocViews, RequestExpressionMatcher $matcher, ConfigCacheFactory $configCacheFactory, ConfigCacheWarmer $configCacheWarmer, EntityAliasResolverRegistry $entityAliasResolverRegistry, ResourcesCacheWarmer $resourcesCacheWarmer, ApiDocExtractor $apiDocExtractor)[?] - The
OptimizedProcessorBag::__construct(ProcessorBagConfigProviderInterface $configProvider, ProcessorFactoryInterface $processorFactory, $debug, ProcessorApplicableCheckerFactoryInterface $applicableCheckerFactory, ProcessorIteratorFactoryInterface $processorIteratorFactory, ProcessorApplicableCheckerFactoryInterface $ungroupedApplicableCheckerFactory, ProcessorIteratorFactoryInterface $ungroupedProcessorIteratorFactory)[?] method was changed toOptimizedProcessorBag::__construct(ProcessorBagConfigProviderInterface $configProvider, ProcessorRegistryInterface $processorRegistry, $debug, ProcessorApplicableCheckerFactoryInterface $applicableCheckerFactory, ProcessorIteratorFactoryInterface $processorIteratorFactory, ProcessorApplicableCheckerFactoryInterface $ungroupedApplicableCheckerFactory, ProcessorIteratorFactoryInterface $ungroupedProcessorIteratorFactory)[?] - The
OptimizedProcessorIterator::__construct(array $processors, array $groups, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorFactoryInterface $processorFactory)[?] method was changed toOptimizedProcessorIterator::__construct(array $processors, array $groups, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorRegistryInterface $processorRegistry)[?] - The
OptimizedProcessorIteratorFactory::createProcessorIterator(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorFactoryInterface $processorFactory)[?] method was changed toOptimizedProcessorIteratorFactory::createProcessorIterator(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorRegistryInterface $processorRegistry)[?] - The
CustomizeLoadedDataContext::getResultFieldName(string $propertyPath, bool $usePropertyPathByDefault = false)[?] method was changed toCustomizeLoadedDataContext::getResultFieldName(string $propertyPath)[?] - The
CompleteEntityDefinitionHelper::__construct(DoctrineHelper $doctrineHelper, EntityOverrideProviderRegistry $entityOverrideProviderRegistry, EntityIdHelper $entityIdHelper, CompleteAssociationHelper $associationHelper, CompleteCustomAssociationHelper $customAssociationHelper, ExclusionProviderRegistry $exclusionProviderRegistry, ExpandedAssociationExtractor $expandedAssociationExtractor)[?] method was changed toCompleteEntityDefinitionHelper::__construct(DoctrineHelper $doctrineHelper, EntityOverrideProviderRegistry $entityOverrideProviderRegistry, EntityIdHelper $entityIdHelper, CompleteAssociationHelper $associationHelper, CompleteCustomDataTypeHelper $customDataTypeHelper, ExclusionProviderRegistry $exclusionProviderRegistry, ExpandedAssociationExtractor $expandedAssociationExtractor, ConfigManager $configManager)[?] - The
ApiSourceListener::__construct(ResourcesCache $resourcesCache, ApiDocExtractor $apiDocExtractor, array $apiDocViews)[?] method was changed toApiSourceListener::__construct(CacheManager $cacheManager)[?] - The
EmptyArrayToNullTransformer::transform($class, $property, $value, array $config, array $context)[?] method was changed toEmptyArrayToNullTransformer::transform($value, array $config, array $context)[?] - The
EntityClassToEntityTypeTransformer::transform($class, $property, $value, array $config, array $context)[?] method was changed toEntityClassToEntityTypeTransformer::transform($value, array $config, array $context)[?]
- The following methods in class
ImageEncodedFormatter[?] were removed: - The following methods in class
ImageLinkFormatter[?] were removed: - The following methods in class
ImageSrcFormatter[?] were removed:
- The following classes were removed:
- The
CacheConfigurationPass::configureDataCacheManager[?] method was removed. - The
ConfigCacheWarmerInterface[?] interface was removed.
- The following classes were removed:
- The
AbstractParameterBag::count[?] method was removed. - The
ProcessorBag::__construct(ProcessorBagConfigProviderInterface $configProvider, ProcessorFactoryInterface $processorFactory, $debug = false, ProcessorApplicableCheckerFactoryInterface $applicableCheckerFactory = null, ProcessorIteratorFactoryInterface $processorIteratorFactory = null)[?] method was changed toProcessorBag::__construct(ProcessorBagConfigProviderInterface $configProvider, ProcessorRegistryInterface $processorRegistry, $debug = false, ProcessorApplicableCheckerFactoryInterface $applicableCheckerFactory = null, ProcessorIteratorFactoryInterface $processorIteratorFactory = null)[?] - The
ProcessorIterator::__construct(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorFactoryInterface $processorFactory)[?] method was changed toProcessorIterator::__construct(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorRegistryInterface $processorRegistry)[?] - The
ProcessorIteratorFactory::createProcessorIterator(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorFactoryInterface $processorFactory)[?] method was changed toProcessorIteratorFactory::createProcessorIterator(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorRegistryInterface $processorRegistry)[?] - The
CleanUpProcessorsCompilerPass::__construct($simpleProcessorFactoryServiceId, $processorTagName)[?] method was changed toCleanUpProcessorsCompilerPass::__construct(string $simpleProcessorRegistryServiceId, string $processorTagName, string $processorRegistryServiceId = null)[?] - The
ProcessorIteratorFactoryInterface::createProcessorIterator(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorFactoryInterface $processorFactory)[?] method was changed toProcessorIteratorFactoryInterface::createProcessorIterator(array $processors, ContextInterface $context, ApplicableCheckerInterface $applicableChecker, ProcessorRegistryInterface $processorRegistry)[?] - The
ProcessorBag::$processorFactory[?] property was removed. - The
ProcessorIterator::$processorFactory[?] property was removed. - The
CleanUpProcessorsCompilerPass::$simpleProcessorFactoryServiceId[?] property was removed. - The
ProcessorFactoryInterface[?] interface was removed. - The
ParameterBagInterface::setResolver[?] interface method was added.
- The
Configuration[?] class was removed. - The following methods in class
ConfigProvider[?] were removed: - The
ConfigProvider::getChartConfig($chartName)[?] method was changed toConfigProvider::getChartConfig(string $chartName)[?] - The
ConfigProvider::$configs[?] property was removed.
- The
CumulativeConfigMetadataDumper[?] class was removed. - The
ConfigurationMerger::$kernelBundles[?] property was removed. - The following properties in class
FolderContentCumulativeLoader[?] were removed: - The
CumulativeConfigLoader::load($resourcesContainer = null)[?] method was changed toCumulativeConfigLoader::load(ResourcesContainerInterface $resourcesContainer = null)[?] - The
FolderContentCumulativeLoader::__construct($relativeFolderPath, $maxNestingLevel, $plainResultStructure = true, array $fileNamePatterns = [])[?] method was changed toFolderContentCumulativeLoader::__construct($relativeFolderPath, $maxNestingLevel, $plainResultStructure = true, FileMatcherInterface $fileMatcher = null)[?] - The
FolderContentCumulativeLoader::isFileIncluded[?] method was removed. - The
ConfigMetadataDumperInterface[?] interface was removed.
- The
AbstractScopeManager::__construct(ManagerRegistry $doctrine, CacheProvider $cache, EventDispatcherInterface $eventDispatcher)[?] method was changed toAbstractScopeManager::__construct(ManagerRegistry $doctrine, CacheProvider $cache, EventDispatcherInterface $eventDispatcher, ConfigBag $configBag)[?]
- The
LocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager, ViewTypeProviderInterface $viewTypeProvider, CurrencyProviderInterface $currencyProvider)[?] method was changed toLocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager, LocaleConfigurationProvider $localeConfigProvider, ViewTypeProviderInterface $viewTypeProvider, CurrencyProviderInterface $currencyProvider)[?]
- The
Configuration[?] class was removed. - The
FilterDateRangeConverter::__construct(DateTimeFormatter $formatter, Compiler $dateCompiler, TranslatorInterface $translator)[?] method was changed toFilterDateRangeConverter::__construct(DateTimeFormatterInterface $formatter, Compiler $dateCompiler, TranslatorInterface $translator)[?] - The
ConfigProvider::__construct(array $configs, EventDispatcherInterface $eventDispatcher)[?] method was changed toConfigProvider::__construct(string $cacheFile, bool $debug, EventDispatcherInterface $eventDispatcher)[?] - The following methods in class
ConfigProvider[?] were removed: - The following methods in class
OroDashboardExtension[?] were removed: - The
ConfigProvider::$configs[?] property was removed.
- The
AuditFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, ServiceLink $queryDesignerManagerLink)[?] method was changed toAuditFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, Manager $queryDesignerManager)[?] - The
AuditFilter::$queryDesignerManagerLink[?] property was removed.
- The following classes were removed:
- The
ChainConfigurationProvider::isApplicable($gridName)[?] method was changed toChainConfigurationProvider::isApplicable(string $gridName)[?] - The
ConfigurationProvider::__construct(SystemAwareResolver $resolver, CacheProvider $cache)[?] method was changed toConfigurationProvider::__construct(RawConfigurationProvider $rawConfigurationProvider, SystemAwareResolver $resolver)[?] - The
DatagridExportIdFetcher::__construct(ServiceLink $gridManagerLink, EventDispatcherInterface $eventDispatcher)[?] method was changed toDatagridExportIdFetcher::__construct(ServiceLink $gridManagerLink, EventDispatcherInterface $eventDispatcher, QueryExecutorInterface $queryExecutor)[?] - The
OrmTotalsExtension::__construct(TranslatorInterface $translator, NumberFormatter $numberFormatter, DateTimeFormatter $dateTimeFormatter, AclHelper $aclHelper)[?] method was changed toOrmTotalsExtension::__construct(TranslatorInterface $translator, NumberFormatter $numberFormatter, DateTimeFormatterInterface $dateTimeFormatter, AclHelper $aclHelper)[?] - The
MassActionExtension::__construct(MassActionFactory $actionFactory, MassActionMetadataFactory $actionMetadataFactory, AuthorizationCheckerInterface $authorizationChecker, CsrfTokenManagerInterface $tokenManager)[?] method was changed toMassActionExtension::__construct(MassActionFactory $actionFactory, MassActionMetadataFactory $actionMetadataFactory, AuthorizationCheckerInterface $authorizationChecker)[?] - The
ConfigurationProviderInterface::isApplicable($gridName)[?] method was changed toConfigurationProviderInterface::isApplicable(string $gridName)[?] - The following methods in class
ConfigurationProvider[?] were removed: - The
MassActionExtension::$tokenManager[?] property was removed.
- The following classes were removed:
- The
ServiceLinkRegistryAwareInterface[?] interface was removed.
- The following classes were removed:
- The
EmailTemplateSyntaxValidator::__construct(Twig_Environment $twig, LocaleSettings $localeSettings, ConfigProvider $entityConfigProvider, TranslatorInterface $translator)[?] method was changed toEmailTemplateSyntaxValidator::__construct(EmailRenderer $emailRenderer, LocaleSettings $localeSettings, ConfigProvider $entityConfigProvider, TranslatorInterface $translator)[?] - The
EmailRenderer::__construct(Twig_LoaderInterface $loader, $options, VariablesProvider $variablesProvider, Cache $cache, $cacheKey, Twig_Extension_Sandbox $sandbox, TranslatorInterface $translator, VariableProcessorRegistry $variableProcessorRegistry)[?] method was changed toEmailRenderer::__construct(Twig_Environment $environment, TemplateRendererConfigProviderInterface $configProvider, VariableProcessorRegistry $variableProcessors, TranslatorInterface $translator)[?] - The
EntityRouteVariablesProvider::getVariableDefinitions($entityClass = null)[?] method was changed toEntityRouteVariablesProvider::getVariableDefinitions()[?] - The
EntityVariablesProvider::getVariableDefinitions($entityClass = null)[?] method was changed toEntityVariablesProvider::getVariableDefinitions()[?] - The
SystemVariablesProvider::__construct(TranslatorInterface $translator, ConfigManager $configManager, DateTimeFormatter $dateTimeFormatter)[?] method was changed toSystemVariablesProvider::__construct(TranslatorInterface $translator, ConfigManager $configManager, DateTimeFormatterInterface $dateTimeFormatter)[?] - The
EntityRouteVariableProcessor::__construct(RouterInterface $router, DoctrineHelper $doctrineHelper, ConfigManager $entityConfigManager, UrlProvider $urlProvider)[?] method was changed toEntityRouteVariableProcessor::__construct(DoctrineHelper $doctrineHelper, UrlProvider $urlProvider, LoggerInterface $logger)[?] - The
EntityConfigListener::__construct(Cache $cache, $cacheKey)[?] method was changed toEntityConfigListener::__construct(TemplateRendererConfigProviderInterface $emailRendererConfigProvider)[?] - The
EmailTemplateSyntaxValidator::$twig[?] property was removed. - The following properties in class
EmailRenderer[?] were removed: - The
EntityRouteVariablesProvider::$entityConfigManager[?] property was removed. - The following properties in class
EntityRouteVariableProcessor[?] were removed: - The following properties in class
EntityConfigListener[?] were removed: - The following methods in class
EmailRenderer[?] were removed: - The following methods in class
EntityRouteVariableProcessor[?] were removed: - The following interfaces were removed:
- The
EntityAliasCacheWarmer[?] class was removed. - The
AbstractConfigVirtualProvider::ensureVirtualFieldsInitialized[?] method was removed. - The
EnumVirtualFieldProvider::getManagerForClass[?] method was removed. - The
AbstractConfigVirtualProvider::__construct(EntityHierarchyProviderInterface $entityHierarchyProvider, array $configuration)[?] method was changed toAbstractConfigVirtualProvider::__construct(EntityHierarchyProviderInterface $entityHierarchyProvider)[?] - The
ConfigExclusionProvider::__construct(EntityHierarchyProviderInterface $entityHierarchyProvider, $excludeRules)[?] method was changed toConfigExclusionProvider::__construct(EntityHierarchyProviderInterface $entityHierarchyProvider, EntityConfigurationProvider $configProvider)[?] - The
DictionaryVirtualFieldProvider::__construct(ConfigProvider $groupingConfigProvider, ConfigProvider $dictionaryConfigProvider, ConfigProvider $entityConfigProvider, ManagerRegistry $doctrine, TranslatorInterface $translator)[?] method was changed toDictionaryVirtualFieldProvider::__construct(ConfigManager $configManager, ManagerRegistry $doctrine, TranslatorInterface $translator, CacheProvider $cache)[?] - The
EntityAliasConfigBag::__construct(array $entityAliases, array $exclusions)[?] method was changed toEntityAliasConfigBag::__construct(EntityConfigurationProvider $configProvider)[?] - The
EntityNameResolver::__construct(iterable $providers, string $defaultFormat, array $config)[?] method was changed toEntityNameResolver::__construct(iterable $providers, string $defaultFormat, EntityConfigurationProvider $configProvider)[?] - The
EnumVirtualFieldProvider::__construct(ConfigProvider $extendConfigProvider, ManagerRegistry $doctrine)[?] method was changed toEnumVirtualFieldProvider::__construct(ConfigManager $configManager)[?] - The
AbstractConfigVirtualProvider::$configuration[?] property was removed. - The following properties in class
DictionaryVirtualFieldProvider[?] were removed: - The
EntityAliasConfigBag::$entityAliases[?] property was removed. - The following properties in class
EnumVirtualFieldProvider[?] were removed:
-
The
DebugConfigCache[?] class was removed. -
The
ConfigTranslationHelper::__construct(TranslationManager $translationManager, TranslatorInterface $translator)[?] method was changed toConfigTranslationHelper::__construct(TranslationManager $translationManager, Translator $translator)[?] -
The
AttributeManager::__construct(ConfigManager $configManager, DoctrineHelper $doctrineHelper, TranslatorInterface $translator)[?] method was changed toAttributeManager::__construct(ConfigManager $configManager, DoctrineHelper $doctrineHelper, ConfigTranslationHelper $configTranslationHelper)[?] -
The
ImportStrategyListener::__construct(TranslatorInterface $translator, ImportStrategyHelper $strategyHelper)[?] method was changed toImportStrategyListener::__construct(TranslatorInterface $translator, ImportStrategyHelper $strategyHelper, ConfigManager $configManager)[?] -
The following methods in class
ConfigCache[?] were changed: -
The following methods in class
ConfigCache[?] were removed:
- The
EntityExtendConfiguration[?] class was removed. - The
FieldTypeHelper::__construct($underlyingTypesMap)[?] method was changed toFieldTypeHelper::__construct(EntityExtendConfigurationProvider $configurationProvider)[?] - The
EnumSynchronizer::applyEnumNameTrans($enumCode, $enumName, $locale)[?] method was changed toEnumSynchronizer::applyEnumNameTrans($enumCode, $enumName = null, $locale)[?] - The
FieldTypeHelper::$underlyingTypesMap[?] property was removed.
- The
LocalizedValueRenderListener::__construct(AddressFormatter $addressFormatter, DateTimeFormatter $dateTimeFormatter, EntityNameResolver $entityNameResolver, NumberFormatter $numberFormatter)[?] method was changed toLocalizedValueRenderListener::__construct(AddressFormatter $addressFormatter, DateTimeFormatterInterface $dateTimeFormatter, EntityNameResolver $entityNameResolver, NumberFormatter $numberFormatter)[?]
- The following classes were removed:
- The
SerializationHelper::transformValue($entityClass, $fieldName, $fieldValue, array $context, FieldConfig $fieldConfig = null)[?] method was changed toSerializationHelper::transformValue($fieldValue, array $context, FieldConfig $fieldConfig = null)[?] - The
DataTransformerInterface::transform($class, $property, $value, array $config, array $context)[?] method was changed toDataTransformerInterface::transform($value, array $config, array $context)[?]
-
The following classes were removed:
-
The following methods in class
ConfigurationPass[?] were removed: -
The following methods in class
ConfigurationProvider[?] were removed: -
The
FeatureToggleConfiguration::processConfiguration[?] method was removed. -
The following methods in class
ConfigurationProvider[?] were changed: -
The following properties in class
ConfigurationProvider[?] were removed:
- The
AbstractFilterExtension::addFilter[?] method was removed. - The
AbstractFilterExtension::__construct(ConfigurationProvider $configurationProvider, DatagridStateProviderInterface $filtersStateProvider, TranslatorInterface $translator)[?] method was changed toAbstractFilterExtension::__construct(RawConfigurationProvider $configurationProvider, FilterBagInterface $filterBag, DatagridStateProviderInterface $filtersStateProvider, TranslatorInterface $translator)[?] - The
AbstractFilterExtension::$filters[?] property was removed.
- The following classes were removed:
- The
FormHandlerRegistry::get($alias)[?] method was changed toFormHandlerRegistry::get(string $alias)[?] - The
FormTemplateDataProviderRegistry::get($alias)[?] method was changed toFormTemplateDataProviderRegistry::get(string $alias)[?] - The
SearchHandler::initSearchIndexer(Indexer $indexer, array $config)[?] method was changed toSearchHandler::initSearchIndexer(Indexer $indexer, SearchMappingProvider $mappingProvider)[?]
- The following classes were removed:
- The
HelpExtension::getName[?] method was removed. - The following methods in class
OroHelpExtension[?] were removed:
- The
SettingsPass[?] class was removed. - The
SettingsProvider::__construct(array $settings, ResolverInterface $resolver)[?] method was changed toSettingsProvider::__construct(string $cacheFile, bool $debug, ResolverInterface $resolver)[?] - The
SettingsProvider::$settings[?] property was removed. - The
IntegrationConfiguration::getFormTree[?] method was removed.
- The
LayoutUpdateCumulativeResourceLoader[?] class was removed. - The following methods in class
ThemeResourceProvider[?] were removed: - The
ResourceProviderInterface::loadResources[?] method was removed. - The
ThemeResourceProvider::__construct(LayoutUpdateLoaderInterface $loader, BlockViewCache $blockViewCache, array $excludedPaths = [])[?] method was changed toThemeResourceProvider::__construct(string $cacheFile, bool $debug, LastModificationDateProvider $lastModificationDateProvider, LayoutUpdateLoaderInterface $loader, BlockViewCache $blockViewCache, array $excludeFilePathPatterns = [])[?] - The
ThemeManager::__construct(ThemeFactoryInterface $themeFactory, array $themeDefinitions)[?] method was changed toThemeManager::__construct(ThemeFactoryInterface $themeFactory, ThemeDefinitionBagInterface $themeDefinitionBag)[?] - The
ThemeManager::$themeDefinitions[?] property was removed.
- The following classes were removed:
- The
LastModifiedDateContextConfigurator::__construct(Cache $cache)[?] method was changed toLastModifiedDateContextConfigurator::__construct(LastModificationDateProvider $lastModificationDateProvider)[?] - The following methods in class
Configuration[?] were removed: - The following methods in class
OroLayoutExtension[?] were removed: - The following methods in class
ConfigurationPass[?] were removed:
- The following classes were removed:
- The
LocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager)[?] method was changed toLocaleSettings::__construct(ConfigManager $configManager, CalendarFactoryInterface $calendarFactory, LocalizationManager $localizationManager, LocaleConfigurationProvider $localeConfigProvider)[?] - The
DateTimeValueFormatter::__construct(DateTimeFormatter $dateTimeFormatter, TranslatorInterface $translator)[?] method was changed toDateTimeValueFormatter::__construct(DateTimeFormatterInterface $dateTimeFormatter, TranslatorInterface $translator)[?] - The
DateValueFormatter::__construct(DateTimeFormatter $dateTimeFormatter, TranslatorInterface $translator)[?] method was changed toDateValueFormatter::__construct(DateTimeFormatterInterface $dateTimeFormatter, TranslatorInterface $translator)[?] - The
AbstractDateTimeFormatConverter::__construct(DateTimeFormatter $formatter, TranslatorInterface $translator)[?] method was changed toAbstractDateTimeFormatConverter::__construct(DateTimeFormatterInterface $formatter, TranslatorInterface $translator)[?] - The following methods in class
CurrencyFormatter[?] were removed: - The following methods in class
DateTimeValueFormatter[?] were removed: - The following methods in class
DateValueFormatter[?] were removed: - The
LocalizationRepository::getLocalizationsData[?] method was removed. - The following methods in class
OroLocaleExtension[?] were removed:
- The following classes were removed:
- The
TransportFactoryInterface[?] interface was removed.
- The
SecurityAwareConsumptionExtension::__construct(array $securityAgnosticProcessors, TokenStorageInterface $tokenStorage, TokenSerializerInterface $tokenSerializer, LoggerInterface $logger)[?] method was changed toSecurityAwareConsumptionExtension::__construct(array $securityAgnosticProcessors, TokenStorageInterface $tokenStorage, TokenSerializerInterface $tokenSerializer)[?] - The
OroMessageQueueExtension::addTransportFactory(TransportFactoryInterface $transportFactory)[?] method was changed toOroMessageQueueExtension::addTransportFactory(TransportFactoryInterface $transportFactory)[?] - The
OroMessageQueueExtension::__construct[?] method was removed.
- The following classes were removed:
- The
MenuExtension::getMenuConfiguration[?] method was removed. - The
AnnotationsReader::getControllerClasses[?] method was removed. - The following methods in class
TitleReaderRegistry[?] were removed: - The
Configuration::setChildren[?] method was removed. - The
TranslationExtractor::__construct(TitleReaderRegistry $titleReaderRegistry, RouterInterface $router)[?] method was changed toTranslationExtractor::__construct(TitleReaderRegistry $titleReaderRegistry, ControllerClassProvider $controllerClassProvider)[?] - The
AnnotationsReader::__construct(Reader $reader, Router $router, Cache $cache)[?] method was changed toAnnotationsReader::__construct(string $cacheFile, bool $debug, ControllerClassProvider $controllerClassProvider, Reader $reader)[?] - The
ConfigReader::__construct(ConfigurationProvider $configurationProvider)[?] method was changed toConfigReader::__construct(ConfigurationProvider $configurationProvider)[?] - The
TitleReaderRegistry::getTitleByRoute($route)[?] method was changed toTitleReaderRegistry::getTitleByRoute(string $route)[?] - The
ConfigurationBuilder::__construct(ResolverInterface $resolver, FactoryInterface $factory, EventDispatcherInterface $eventDispatcher, MenuConfiguration $menuConfiguration)[?] method was changed toConfigurationBuilder::__construct(ResolverInterface $resolver, FactoryInterface $factory, EventDispatcherInterface $eventDispatcher, ConfigurationProvider $configurationProvider)[?] - The
MenuUpdateDatasource::__construct(BuilderChainProvider $chainProvider, MenuManipulator $menuManipulator, $scopeType, MenuConfiguration $menuConfiguration)[?] method was changed toMenuUpdateDatasource::__construct(BuilderChainProvider $chainProvider, MenuManipulator $menuManipulator, $scopeType, ConfigurationProvider $configurationProvider)[?] - The
NavigationElementsContentProvider::__construct(ConfigurationProvider $configurationProvider, RequestStack $requestStack)[?] method was changed toNavigationElementsContentProvider::__construct(ConfigurationProvider $configurationProvider, RequestStack $requestStack)[?] - The
ConfigurationBuilder::$menuConfiguration[?] property was removed. - The
MenuUpdateDatasource::$menuConfiguration[?] property was removed.
- The
AdditionalEmailsSubscriber::__construct(ManagerRegistry $registry, TranslatorInterface $translator, ConfigManager $configManager)[?] method was changed toAdditionalEmailsSubscriber::__construct(ChainAdditionalEmailAssociationProvider $associationProvider)[?] - The
EmailNotificationHandler::__construct(EmailNotificationManager $manager, ManagerRegistry $doctrine, PropertyAccessor $propertyAccessor, EventDispatcherInterface $eventDispatcher)[?] method was changed toEmailNotificationHandler::__construct(EmailNotificationManager $manager, ManagerRegistry $doctrine, PropertyAccessor $propertyAccessor, EventDispatcherInterface $eventDispatcher, ChainAdditionalEmailAssociationProvider $additionalEmailAssociationProvider)[?] - The
TemplateEmailNotificationAdapter::__construct($entity, EmailNotification $notification, EntityManager $entityManager, PropertyAccessor $propertyAccessor, EventDispatcherInterface $eventDispatcher)[?] method was changed toTemplateEmailNotificationAdapter::__construct($entity, EmailNotification $notification, EntityManager $entityManager, PropertyAccessor $propertyAccessor, EventDispatcherInterface $eventDispatcher, ChainAdditionalEmailAssociationProvider $additionalEmailAssociationProvider)[?]
-
The
LocalRepositoryFactory::__construct(Filesystem $fs, $file)[?] method was changed toLocalRepositoryFactory::__construct(string $file)[?] -
The following methods in class
VersionHelper[?] were changed: -
The
VersionHelper::setCache[?] method was removed.
- The
ConfigurationPass[?] class was removed. - The
OroQueryDesignerBundle::build[?] method was removed. - The
Manager::addFilter[?] method was removed. - The
Configuration::$types[?] property was removed. - The
Manager::$filters[?] property was removed. - The
Manager::__construct(array $config, ConfigurationResolver $resolver, EntityHierarchyProviderInterface $entityHierarchyProvider, TranslatorInterface $translator)[?] method was changed toManager::__construct(ConfigurationProvider $configProvider, ConfigurationResolver $configResolver, EntityHierarchyProviderInterface $entityHierarchyProvider, FilterBagInterface $filterBag, TranslatorInterface $translator)[?] - The
RestrictionBuilder::__construct(Manager $manager)[?] method was changed toRestrictionBuilder::__construct(Manager $manager, ConfigManager $configManager)[?]
- The
MessageParamsProvider::__construct(TranslatorInterface $translator, DateTimeFormatter $dateTimeFormatter, UrlProvider $urlProvider, ConfigProvider $provider)[?] method was changed toMessageParamsProvider::__construct(TranslatorInterface $translator, DateTimeFormatterInterface $dateTimeFormatter, UrlProvider $urlProvider, ConfigProvider $provider)[?]
- The
ReportDatagridConfigurationProvider::isApplicable($gridName)[?] method was changed toReportDatagridConfigurationProvider::isApplicable(string $gridName)[?]
- The following classes were removed:
- The
SearchMappingProvider::setMappingConfig[?] method was removed. - The following methods in class
AbstractMapper[?] were removed: - The following methods in class
OroSearchExtension[?] were removed: - The
SearchMappingProvider::__construct(EventDispatcherInterface $dispatcher, Cache $cache = null)[?] method was changed toSearchMappingProvider::__construct(EventDispatcherInterface $dispatcher, MappingConfigurationProvider $mappingConfigProvider, Cache $cache)[?] - The
ObjectMapper::__construct(EventDispatcherInterface $dispatcher, $mappingConfig)[?] method was changed toObjectMapper::__construct(SearchMappingProvider $mappingProvider, PropertyAccessorInterface $propertyAccessor, EventDispatcherInterface $dispatcher, HtmlTagHelper $htmlTagHelper)[?] - The following properties in class
SearchMappingProvider[?] were removed: - The following properties in class
AbstractMapper[?] were removed:
-
The following classes were removed:
ActionMetadata[?]ActionMetadataProvider[?]AbstractPermissionsConfigurationProvider[?]ConfigurablePermissionListConfiguration[?]PermissionListConfiguration[?]LoadConfigurablePermissionCommand[?]AclAnnotationCacheClearer[?]AclAnnotationCacheWarmer[?]ActionMetadataCacheClearer[?]ActionMetadataCacheWarmer[?]EntitySecurityMetadataCacheClearer[?]EntitySecurityMetadataCacheWarmer[?]OwnerTreeCacheCleaner[?]OwnerTreeCacheWarmer[?]OwnershipMetadataCacheClearer[?]AclListener[?]AclAnnotationCumulativeResourceLoader[?]
-
The
AbstractOwnerTreeProvider::clear[?] method was removed. -
The
ChainOwnerTreeProvider::clear[?] method was removed. -
The following methods in class
OwnerTree[?] were removed: -
The
OwnerTreeProvider::getOwnershipMetadataProvider[?] method was removed. -
The following methods in class
AclAnnotationProvider[?] were removed: -
The following methods in class
EntitySecurityMetadata[?] were removed: -
The
EntitySecurityMetadataProvider::translateMetadata[?] method was removed. -
The
FieldSecurityMetadata::setLabel[?] method was removed. -
The
OroSecurityExtension::getAclConfigLoader[?] method was removed. -
The following methods in class
ConfigurablePermissionConfigurationProvider[?] were removed: -
The following methods in class
PermissionConfigurationProvider[?] were removed: -
The following methods in class
AclAnnotationLoader[?] were removed: -
The
ConfigurablePermissionProvider::buildCache[?] method was removed. -
The following methods in class
OwnerTreeBuilderInterface[?] were removed: -
The following methods in class
OwnerTreeProviderInterface[?] were removed: -
The
ChainOwnerTreeProvider::setDefaultProvider($defaultProvider)[?] method was changed toChainOwnerTreeProvider::setDefaultProvider(OwnerTreeProviderInterface $defaultProvider)[?] -
The
AclAnnotationProvider::__construct(EntityClassResolver $entityClassResolver, CacheProvider $cache = null)[?] method was changed toAclAnnotationProvider::__construct(string $cacheFile, bool $debug, EntityClassResolver $entityClassResolver)[?] -
The
EntitySecurityMetadataProvider::__construct(ConfigProvider $securityConfigProvider, ConfigProvider $entityConfigProvider, ConfigProvider $extendConfigProvider, ManagerRegistry $doctrine, TranslatorInterface $translator, CacheProvider $cache = null, EventDispatcherInterface $eventDispatcher, AclGroupProviderInterface $aclGroupProvider)[?] method was changed toEntitySecurityMetadataProvider::__construct(ConfigManager $configManager, ManagerRegistry $doctrine, CacheProvider $cache, EventDispatcherInterface $eventDispatcher, AclGroupProviderInterface $aclGroupProvider)[?] -
The
AclPermissionController::switchOrganizationAction(Organization $organization)[?] method was changed toAclPermissionController::switchOrganizationAction(Organization $organization, Request $request)[?] -
The
AclAnnotationLoader::__construct(Reader $reader)[?] method was changed toAclAnnotationLoader::__construct(ControllerClassProvider $controllerClassProvider, Reader $reader)[?] -
The
AclConfigLoader::load(AclAnnotationStorage $storage)[?] method was changed toAclConfigLoader::load(AclAnnotationStorage $storage, ResourcesContainerInterface $resourcesContainer)[?] -
The following methods in class
AclPrivilegeRepository[?] were changed: -
The
ConfigurablePermissionProvider::__construct(ConfigurablePermissionConfigurationProvider $configurationProvider, CacheProvider $cache)[?] method was changed toConfigurablePermissionProvider::__construct(ConfigurablePermissionConfigurationProvider $configurationProvider)[?] -
The
ActionAclExtension::__construct(ActionMetadataProvider $actionMetadataProvider)[?] method was changed toActionAclExtension::__construct(ActionSecurityMetadataProvider $actionMetadataProvider)[?] -
The
AclAnnotationLoaderInterface::load(AclAnnotationStorage $storage)[?] method was changed toAclAnnotationLoaderInterface::load(AclAnnotationStorage $storage, ResourcesContainerInterface $resourcesContainer)[?] -
The following properties in class
AclAnnotationProvider[?] were removed: -
The
EntitySecurityMetadata::$translated[?] property was removed. -
The following properties in class
EntitySecurityMetadataProvider[?] were removed: -
The following interfaces were removed:
-
The
OwnerTreeBuilderInterface::setSubordinateBusinessUnitIds[?] interface method was added.
- The
ConfigurationProvider::isApplicable($gridName)[?] method was changed toConfigurationProvider::isApplicable(string $gridName)[?]
- The
WidgetDefinitionRegistry[?] class was removed. - The
SidebarExtension::getWidgetDefinitionRegistry[?] method was removed. - The
OroSidebarExtension::getBundlesSettings[?] method was removed.
- The
PlaceholderProvider::resolveApplicable[?] method was removed. - The following methods in class
FormatterManager[?] were removed: - The following methods in class
Configuration[?] were removed: - The following methods in class
OroUIExtension[?] were removed: - The following methods in class
FormatterInterface[?] were removed: - The
PlaceholderProvider::__construct(array $placeholders, ResolverInterface $resolver, AuthorizationCheckerInterface $authorizationChecker, FeatureChecker $featureChecker)[?] method was changed toPlaceholderProvider::__construct(PlaceholderConfigurationProvider $configProvider, ResolverInterface $resolver, AuthorizationCheckerInterface $authorizationChecker, FeatureChecker $featureChecker)[?] - The
FormatterManager::format($parameter, $formatterName, array $formatterArguments = [])[?] method was changed toFormatterManager::format($parameter, string $formatterName, array $formatterArguments = [])[?] - The
PlaceholderProvider::$placeholders[?] property was removed.
- The
EntityVariablesProvider::getVariableDefinitions($entityClass = null)[?] method was changed toEntityVariablesProvider::getVariableDefinitions()[?] - The
WorkflowAclMetadataProvider::__construct(ManagerRegistry $doctrine, TranslatorInterface $translator, FeatureChecker $featureChecker)[?] method was changed toWorkflowAclMetadataProvider::__construct(ManagerRegistry $doctrine, FeatureChecker $featureChecker)[?] - The
WorkflowAclMetadataProvider::transLabel[?] method was removed. - The
WorkflowAclMetadataProvider::$translator[?] property was removed.