- ActionBundle
- ActivityListBundle
- ApiBundle
- AsseticBundle
- ConfigBundle
- DistributionBundle
- EmailBundle
- EntityConfigBundle
- EntityExtendBundle
- ExpressionLanguage
- FormBundle
- ImapBundle
- ImportExportBundle
- InstallerBundle
- IntegrationBundle
- LayoutBundle
- LoggerBundle
- MessageQueueBundle
- NotificationBundle
- OrganizationBundle
- SearchBundle
- SegmentBundle
- SoapBundle
- SyncBundle
- TagBundle
- Testing
- TranslationBundle
- UserBundle
- The
FormProvider::__construct(FormFactoryInterface $formFactory, OperationExecutionType $formType)
[?] method was changed toFormProvider::__construct(FormFactoryInterface $formFactory, string $formTypeClass)
[?] - The
FormProvider::$formType
[?] property was removed.
- The
ActivityInheritanceTargetsHelper::applyInheritanceActivity(QueryBuilder $qb, $inheritanceTarget, $aliasSuffix, $entityIdExpr, $head)
[?] method was changed toActivityInheritanceTargetsHelper::applyInheritanceActivity(QueryBuilder $qb, $inheritanceTarget, $aliasSuffix, $entityIdExpr)
[?] - The
ActivityListRepository::getActivityListQueryBuilder($entityClass, $entityId, $activityClasses = [], $dateFrom = null, $dateTo = null, $grouping = false)
[?] method was changed toActivityListRepository::getActivityListQueryBuilder($entityClass, $entityId, $activityClasses = [], $dateFrom = null, $dateTo = null)
[?] - The
ActivityListManager::__construct(AuthorizationCheckerInterface $authorizationChecker, EntityNameResolver $entityNameResolver, ConfigManager $config, ActivityListChainProvider $provider, ActivityListFilterHelper $activityListFilterHelper, CommentApiManager $commentManager, DoctrineHelper $doctrineHelper, ActivityListAclCriteriaHelper $aclHelper, ActivityInheritanceTargetsHelper $activityInheritanceTargetsHelper, EventDispatcherInterface $eventDispatcher, WorkflowDataHelper $workflowHelper, HtmlTagHelper $htmlTagHelper)
[?] method was changed toActivityListManager::__construct(AuthorizationCheckerInterface $authorizationChecker, EntityNameResolver $entityNameResolver, ConfigManager $config, ActivityListChainProvider $provider, ActivityListIdProvider $activityListIdProvider, CommentApiManager $commentManager, DoctrineHelper $doctrineHelper, EventDispatcherInterface $eventDispatcher, WorkflowDataHelper $workflowHelper, HtmlTagHelper $htmlTagHelper)
[?] - The
ActivityListGroupProviderInterface::getGroupedEntities($entity)
[?] method was changed toActivityListGroupProviderInterface::getGroupedEntities($entity, $associatedEntityClass = null, $associatedEntityId = null)
[?] - The
ActivityListListener::$insertedOwnerEntities
[?] property was removed. - The
ActivityList::$head
[?] property was removed. - The following properties in class
ActivityListManager
[?] were removed: - The following methods in class
ActivityList
[?] were removed: - The following methods in class
ActivityListManager
[?] were removed: - The
ActivityListGroupProviderInterface::isHead
[?] method was removed. - The
ActivityListGroupProviderInterface::collapseGroupedItems
[?] interface method was added.
-
The following classes were removed:
-
The
CriteriaConnector::__construct(CriteriaNormalizer $criteriaNormalizer, CriteriaPlaceholdersResolver $placeholdersResolver, QueryExpressionVisitorFactory $expressionVisitorFactory)
[?] method was changed toCriteriaConnector::__construct(CriteriaNormalizer $criteriaNormalizer, CriteriaPlaceholdersResolver $placeholdersResolver, QueryExpressionVisitorFactory $expressionVisitorFactory, EntityClassResolver $entityClassResolver)
[?] -
The
CriteriaNormalizer::normalizeCriteria(Criteria $criteria)
[?] method was changed toCriteriaNormalizer::normalizeCriteria(Criteria $criteria, string $rootEntityClass)
[?] -
The
CriteriaPlaceholdersResolver::resolvePlaceholders(Criteria $criteria, $rootAlias)
[?] method was changed toCriteriaPlaceholdersResolver::resolvePlaceholders(Criteria $criteria, string $rootAlias)
[?] -
The
EntityInstantiator::instantiate($className)
[?] method was changed toEntityInstantiator::instantiate(string $className)
[?] -
The
RequestDependedTextProcessor::process($text, RequestType $requestType)
[?] method was changed toRequestDependedTextProcessor::process(string $text, RequestType $requestType)
[?] -
The following methods in class
RestFilterValueAccessor
[?] were changed: -
The
Version::normalizeVersion($version)
[?] method was changed toVersion::normalizeVersion($version)
[?] -
The
RequestActionHandler::__construct(array $requestType, ActionProcessorBagInterface $actionProcessorBag, ViewHandlerInterface $viewHandler)
[?] method was changed toRequestActionHandler::__construct(array $requestType, ActionProcessorBagInterface $actionProcessorBag, RestFilterValueAccessorFactory $filterValueAccessorFactory, ViewHandlerInterface $viewHandler)
[?] -
The
ResourcesProvider::__construct(ActionProcessorInterface $processor, ResourcesCache $resourcesCache)
[?] method was changed toResourcesProvider::__construct(ActionProcessorInterface $processor, ResourcesCache $resourcesCache, ResourcesWithoutIdentifierLoader $resourcesWithoutIdentifierLoader)
[?] -
The
BuildFormBuilder::__construct(FormHelper $formHelper)
[?] method was changed toBuildFormBuilder::__construct(FormHelper $formHelper, bool $enableFullValidation = false)
[?] -
The
DeleteDataByDeleteHandler::processDelete(Context $context, DeleteHandler $handler)
[?] method was changed toDeleteDataByDeleteHandler::processDelete($data, DeleteHandler $handler, EntityManagerInterface $em)
[?] -
The
RegisterDynamicFilters::__construct(FilterFactoryInterface $filterFactory, DoctrineHelper $doctrineHelper, ConfigProvider $configProvider)
[?] method was changed toRegisterDynamicFilters::__construct(FilterFactoryInterface $filterFactory, DoctrineHelper $doctrineHelper, ConfigProvider $configProvider, $filterGroup = null)
[?] -
The following methods in class
SetDefaultSorting
[?] were changed: -
The
ValidateSorting::renameSortField(FilterValue $filterValue, $oldFieldName, $newFieldName)
[?] method was changed toValidateSorting::renameSortField(FilterValue $filterValue, string $oldFieldName, string $newFieldName)
[?] -
The
DeleteListDataByDeleteHandler::processDelete(Context $context, DeleteHandler $handler)
[?] method was changed toDeleteListDataByDeleteHandler::processDelete($data, DeleteHandler $handler, EntityManagerInterface $em)
[?] -
The
SetLocationHeader::__construct(RouterInterface $router, ValueNormalizer $valueNormalizer, EntityIdTransformerInterface $entityIdTransformer)
[?] method was changed toSetLocationHeader::__construct(string $itemRouteName, RouterInterface $router, ValueNormalizer $valueNormalizer, EntityIdTransformerInterface $entityIdTransformer)
[?] -
The
CompleteDescriptions::__construct(EntityDescriptionProvider $entityDocProvider, ResourceDocProviderInterface $resourceDocProvider, MarkdownApiDocParser $apiDocParser, TranslatorInterface $translator, ConfigProvider $ownershipConfigProvider, RequestDependedTextProcessor $requestDependedTextProcessor)
[?] method was changed toCompleteDescriptions::__construct(EntityDescriptionProvider $entityDocProvider, ResourceDocProvider $resourceDocProvider, ResourceDocParserRegistry $resourceDocParserRegistry, TranslatorInterface $translator, ConfigProvider $ownershipConfigProvider, RequestDependedTextProcessor $requestDependedTextProcessor)
[?] -
The following methods in class
LoadFromConfigBag
[?] were changed:__construct(ConfigExtensionRegistry $configExtensionRegistry, ConfigLoaderFactory $configLoaderFactory, ResourceHierarchyProvider $resourceHierarchyProvider, EntityConfigMerger $entityConfigMerger)
[?]__construct(ConfigExtensionRegistry $configExtensionRegistry, ConfigLoaderFactory $configLoaderFactory, EntityConfigMerger $entityConfigMerger)
[?]
__construct(ConfigExtensionRegistry $configExtensionRegistry, ConfigLoaderFactory $configLoaderFactory, ResourceHierarchyProvider $resourceHierarchyProvider, ConfigBagRegistry $configBagRegistry, RelationConfigMerger $relationConfigMerger)
[?]__construct(ConfigExtensionRegistry $configExtensionRegistry, ConfigLoaderFactory $configLoaderFactory, ConfigBagRegistry $configBagRegistry, RelationConfigMerger $relationConfigMerger)
[?]
__construct(ConfigExtensionRegistry $configExtensionRegistry, ConfigLoaderFactory $configLoaderFactory, ResourceHierarchyProvider $resourceHierarchyProvider, ConfigBagRegistry $configBagRegistry, ResourcesProvider $resourcesProvider, EntityConfigMerger $entityConfigMerger, MergeParentResourceHelper $mergeParentResourceHelper, MergeActionConfigHelper $mergeActionConfigHelper, MergeSubresourceConfigHelper $mergeSubresourceConfigHelper)
[?]__construct(ConfigExtensionRegistry $configExtensionRegistry, ConfigLoaderFactory $configLoaderFactory, ConfigBagRegistry $configBagRegistry, ResourcesProvider $resourcesProvider, EntityConfigMerger $entityConfigMerger, MergeParentResourceHelper $mergeParentResourceHelper, MergeActionConfigHelper $mergeActionConfigHelper, MergeSubresourceConfigHelper $mergeSubresourceConfigHelper)
[?]
-
The
SetDataCustomizationHandler::__construct(ActionProcessorInterface $customizationProcessor, DoctrineHelper $doctrineHelper)
[?] method was changed toSetDataCustomizationHandler::__construct(ActionProcessorInterface $customizationProcessor)
[?] -
The
LoadSubresources::ensureActionExcluded(ApiSubresource $subresource, $action)
[?] method was changed toLoadSubresources::ensureActionExcluded(ApiSubresource $subresource, string $action)
[?] -
The
ReflectionUtil::getAdderAndRemoverNames($property)
[?] method was changed toReflectionUtil::getAdderAndRemoverNames(string $property)
[?] -
The
EntityType::__construct(ManagerRegistry $doctrine, EntityLoader $entityLoader)
[?] method was changed toEntityType::__construct(DoctrineHelper $doctrineHelper, EntityLoader $entityLoader)
[?] -
The
NestedAssociationType::__construct(PropertyAccessorInterface $propertyAccessor, ManagerRegistry $doctrine, EntityLoader $entityLoader)
[?] method was changed toNestedAssociationType::__construct(PropertyAccessorInterface $propertyAccessor, DoctrineHelper $doctrineHelper, EntityLoader $entityLoader)
[?] -
The
AbstractEntityAssociationTransformer::__construct(ManagerRegistry $doctrine, EntityLoader $entityLoader, AssociationMetadata $metadata)
[?] method was changed toAbstractEntityAssociationTransformer::__construct(DoctrineHelper $doctrineHelper, EntityLoader $entityLoader, AssociationMetadata $metadata)
[?] -
The
EntityToIdTransformer::__construct(ManagerRegistry $doctrine, EntityLoader $entityLoader, AssociationMetadata $metadata, IncludedEntityCollection $includedEntities = null)
[?] method was changed toEntityToIdTransformer::__construct(DoctrineHelper $doctrineHelper, EntityLoader $entityLoader, AssociationMetadata $metadata, IncludedEntityCollection $includedEntities = null)
[?] -
The
SimpleFilterFactory::__construct(PropertyAccessorInterface $propertyAccessor)
[?] method was changed toSimpleFilterFactory::__construct(PropertyAccessorInterface $propertyAccessor, FilterOperatorRegistry $filterOperatorRegistry)
[?] -
The
SubresourcesConfigExtension::__construct(ActionProcessorBagInterface $actionProcessorBag)
[?] method was changed toSubresourcesConfigExtension::__construct(ActionProcessorBagInterface $actionProcessorBag, FilterOperatorRegistry $filterOperatorRegistry)
[?] -
The following methods in class
AbstractConfigurationSection
[?] were changed: -
The
ActionsConfiguration::__construct($permissibleActions, $sectionName)
[?] method was changed toActionsConfiguration::__construct(array $permissibleActions, string $sectionName)
[?] -
The following methods in class
ApiConfiguration
[?] were changed: -
The
ConfigurationSettings::getConfigureCallbacks($section)
[?] method was changed toConfigurationSettings::getConfigureCallbacks(string $section)
[?] -
The
DefinitionConfigurationSettings::getConfigureCallbacks($section)
[?] method was changed toDefinitionConfigurationSettings::getConfigureCallbacks(string $section)
[?] -
The following methods in class
EntityConfiguration
[?] were changed:__construct($sectionName, TargetEntityDefinitionConfiguration $definitionSection, ConfigurationSettingsInterface $settings, $maxNestingLevel)
[?]__construct(string $sectionName, TargetEntityDefinitionConfiguration $definitionSection, ConfigurationSettingsInterface $settings, int $maxNestingLevel)
[?]
-
The
SubresourcesConfiguration::__construct($permissibleActions)
[?] method was changed toSubresourcesConfiguration::__construct(array $permissibleActions, FilterOperatorRegistry $filterOperatorRegistry)
[?] -
The
TargetEntityDefinitionConfiguration::__construct($sectionName)
[?] method was changed toTargetEntityDefinitionConfiguration::__construct(string $sectionName)
[?] -
The
Criteria::hasJoin($propertyPath)
[?] method was changed toCriteria::hasJoin(string $propertyPath)
[?] -
The
ContainsComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, Comparison $comparison, $fieldName, $parameterName)
[?] method was changed toContainsComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, string $expression, string $parameterName, $value)
[?] -
The
EqComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, Comparison $comparison, $fieldName, $parameterName)
[?] method was changed toEqComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, string $expression, string $parameterName, $value)
[?] -
The
InComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, Comparison $comparison, $fieldName, $parameterName)
[?] method was changed toInComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, string $expression, string $parameterName, $value)
[?] -
The
MemberOfComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, Comparison $comparison, $fieldName, $parameterName)
[?] method was changed toMemberOfComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, string $expression, string $parameterName, $value)
[?] -
The
NeqComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, Comparison $comparison, $fieldName, $parameterName)
[?] method was changed toNeqComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, string $expression, string $parameterName, $value)
[?] -
The
NinComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, Comparison $comparison, $fieldName, $parameterName)
[?] method was changed toNinComparisonExpression::walkComparisonExpression(QueryExpressionVisitor $visitor, string $expression, string $parameterName, $value)
[?] -
The
EntityDescriptionProvider::getEntityDescription($entityClass)
[?] method was changed toEntityDescriptionProvider::getEntityDescription(string $entityClass)
[?] -
The
ResourceDocProvider::getResourceDescription($action, $entityDescription)
[?] method was changed toResourceDocProvider::getResourceDescription(string $action, string $entityDescription)
[?] -
The
MarkdownApiDocParser::getActionDocumentation($className, $actionName)
[?] method was changed toMarkdownApiDocParser::getActionDocumentation(string $className, string $actionName)
[?] -
The
ConfigurationSectionInterface::isApplicable($section)
[?] method was changed toConfigurationSectionInterface::isApplicable(string $section)
[?] -
The
ConfigurationSettingsInterface::getConfigureCallbacks($section)
[?] method was changed toConfigurationSettingsInterface::getConfigureCallbacks(string $section)
[?] -
The
ComparisonExpressionInterface::walkComparisonExpression(QueryExpressionVisitor $visitor, Comparison $comparison, $fieldName, $parameterName)
[?] method was changed toComparisonExpressionInterface::walkComparisonExpression(QueryExpressionVisitor $visitor, string $expression, string $parameterName, $value)
[?] -
The
CriteriaNormalizer::getWhereFields
[?] method was removed. -
The
DoctrineHelper::getOrderByIdentifier
[?] method was removed. -
The
EntityInstantiator::mustBeInstantiatedWithoutConstructor
[?] method was removed. -
The following methods in class
RestFilterValueAccessor
[?] were removed: -
The following methods in class
ValidateRequestData
[?] were removed: -
The
SetHttpAllowHeaderForRelationship::getExcludeActions
[?] method was removed. -
The
SetHttpAllowHeaderForSubresource::getExcludeActions
[?] method was removed. -
The following methods in class
SetDefaultSorting
[?] were removed: -
The
SubmitForm::__construct
[?] method was removed. -
The following methods in class
NormalizeRequestData
[?] were removed: -
The following methods in class
SetDataCustomizationHandler
[?] were removed: -
The following methods in class
LoadSubresources
[?] were removed: -
The
AssociationFilter::searchFilterKey
[?] method was removed. -
The
MarkdownApiDocParser::parseDocumentationResource
[?] method was removed. -
The
SelfIdentifiableFilterInterface::searchFilterKey
[?] method was removed. -
The
ValidateRequestData::$context
[?] property was removed. -
The
SetDefaultSorting::$doctrineHelper
[?] property was removed. -
The
SubmitForm::$clearMissing
[?] property was removed. -
The following properties in class
NormalizeRequestData
[?] were removed: -
The
CompleteDescriptions::$apiDocParser
[?] property was removed. -
The
LoadFromConfigBag::$resourceHierarchyProvider
[?] property was removed. -
The
SetDataCustomizationHandler::$doctrineHelper
[?] property was removed. -
The
EntityType::$doctrine
[?] property was removed. -
The
NestedAssociationType::$doctrine
[?] property was removed. -
The
AbstractEntityAssociationTransformer::$doctrine
[?] property was removed. -
The
ResourceDocProvider::$templates
[?] property was removed. -
The
ResourceDocProviderInterface
[?] interface was removed. -
The
ContextInterface::hasIdentifierFields
[?] interface method was added. The following methods in interfaceFilterValueAccessorInterface
were added (with link) -
The
SelfIdentifiableFilterInterface::searchFilterKeys
[?] interface method was added. -
The
SecurityContextInterface::getApiKeyGenerationHint
[?] interface method was added.
- The following methods in class
ContainerProxy
[?] were removed: - The
KernelProxy::isClassInActiveBundle
[?] method was removed. - The
ContainerProxy::set($id, $service, $scope)
[?] method was changed toContainerProxy::set($id, $service)
[?]
- The
AbstractProvider::__construct(ConfigBag $configBag, TranslatorInterface $translator, FormFactoryInterface $factory, AuthorizationCheckerInterface $authorizationChecker, ChainSearchProvider $searchProvider)
[?] method was changed toAbstractProvider::__construct(ConfigBag $configBag, TranslatorInterface $translator, FormFactoryInterface $factory, AuthorizationCheckerInterface $authorizationChecker, ChainSearchProvider $searchProvider, FormRegistryInterface $formRegistry)
[?] - The
ParentScopeCheckbox::getName
[?] method was removed.
- The
Runner::$applicationRootDir
[?] property was removed.
-
The
EmailActivityListProvider::isHead
[?] method was removed. -
The following methods in class
EmailActivityListProvider
[?] were changed: -
The
EmailTemplateTranslationType::__construct(ConfigManager $configManager)
[?] method was changed toEmailTemplateTranslationType::__construct(ConfigManager $configManager, string $parentClass)
[?] -
The
EmailApiEntityManager::__construct($class, ObjectManager $om)
[?] method was changed toEmailApiEntityManager::__construct($class, ObjectManager $om, EmailQueryFactory $emailQueryFactory)
[?] -
The
EmailQueryFactory::prepareSearchFilters($datagrid, $filters, $alias)
[?] method was changed toEmailQueryFactory::prepareSearchFilters($qb, $datagrid, $filters, $alias)
[?] -
The
EmailActivityManager::$activityListProvider
[?] property was removed.
- The following methods in class
CommandExecutor
[?] were removed: - The
ConfigScopeType::__construct
[?] method was removed. - The
CommandExecutor::$defaultTimeout
[?] property was removed. - The following properties in class
ConfigScopeType
[?] were removed: - The
AttributeFamilyExtension::$doctrineHelper
[?] property was removed. - The
UpdateEntityConfigEntityValueQuery::__construct($entityName, $scope, $code, $value)
[?] method was changed toUpdateEntityConfigEntityValueQuery::__construct($entityName, $scope, $code, $value, $replaceValue = null)
[?] - The
AbstractConfigType::isReadOnly($options)
[?] method was changed toAbstractConfigType::isReadOnly(Options $options)
[?] - The
ConfigHelperHandler::__construct(FormFactoryInterface $formFactory, Session $session, Router $router, ConfigHelper $configHelper)
[?] method was changed toConfigHelperHandler::__construct(FormFactoryInterface $formFactory, Session $session, Router $router, ConfigHelper $configHelper, TranslatorInterface $translator, UrlGeneratorInterface $urlGenerator)
[?] - The
AttributeFamilyExtension::__construct(ConfigProvider $attributeConfigProvider, DoctrineHelper $doctrineHelper)
[?] method was changed toAttributeFamilyExtension::__construct(ConfigProvider $attributeConfigProvider)
[?]
-
The
ValidatorBuilder::setPropertyAccessor
[?] method was removed. -
The
TargetFieldType::setEntityClass
[?] method was removed. -
The
UniqueKeyType::__construct
[?] method was removed. -
The following methods in class
UpdateSchemaEvent
[?] were removed: -
The
ValidatorBuilder::setMetadataFactory(MetadataFactoryInterface $metadataFactory)
[?] method was changed toValidatorBuilder::setMetadataFactory(MetadataFactoryInterface $metadataFactory)
[?] -
The
EnumExtension::__construct(ManagerRegistry $doctrine)
[?] method was changed toEnumExtension::__construct(EnumValueProvider $enumValueProvider)
[?] -
The
EnumValueProvider::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toEnumValueProvider::__construct(DoctrineHelper $doctrineHelper, EnumTranslationCache $enumTranslationCache)
[?] -
The
AbstractAssociationType::isReadOnly($options)
[?] method was changed toAbstractAssociationType::isReadOnly(Options $options)
[?] -
The
RelationType::__construct(ConfigManager $configManager, TargetFieldType $targetFieldType)
[?] method was changed toRelationType::__construct(ConfigManager $configManager)
[?] -
The
TargetFieldType::getFieldChoiceList()
[?] method was changed toTargetFieldType::getFieldChoiceList($entityClass)
[?] -
The following methods in class
TargetType
[?] were changed: -
The following properties in class
EnumExtension
[?] were removed: -
The
RelationType::$targetFieldType
[?] property was removed. -
The
TargetFieldType::$entityClass
[?] property was removed. -
The following properties in class
TargetType
[?] were removed: -
The
UniqueKeyType::$fields
[?] property was removed.
- The
ExpressionLanguage::__construct(ParserCacheInterface $cache = null, array $providers = [])
[?] method was changed toExpressionLanguage::__construct(CacheItemPoolInterface $cache = null, array $providers = [])
[?]
- The
DecoratorApiType
[?] class was removed. - The
FormExtension::__construct(TwigRendererInterface $renderer, $templateName, $defaultOptions = [])
[?] method was changed toFormExtension::__construct(FormRendererInterface $renderer, $templateName, $defaultOptions = [])
[?] - The
OroRichTextType::__construct(ConfigManager $configManager, HtmlTagProvider $htmlTagProvider, $cacheDir = null)
[?] method was changed toOroRichTextType::__construct(ConfigManager $configManager, HtmlTagProvider $htmlTagProvider, ContextInterface $context, $cacheDir = null)
[?]
- The
EmailFoldersValidator::__construct
[?] method was removed. - The
EmailFoldersValidator::hasSelectedFolders($value)
[?] method was changed toEmailFoldersValidator::hasSelectedFolders(Collection $value)
[?] - The
EmailFoldersValidator::$translator
[?] property was removed.
-
The
EntityWriter::__construct(DoctrineHelper $doctrineHelper, EntityDetachFixer $detachFixer, ContextRegistry $contextRegistry)
[?] method was changed toEntityWriter::__construct(DoctrineHelper $doctrineHelper, EntityDetachFixer $detachFixer, ContextRegistry $contextRegistry, DatabaseExceptionHelper $databaseExceptionHelper)
[?] -
The following methods in class
ImportStrategyHelper
[?] were changed:__construct(ManagerRegistry $managerRegistry, ValidatorInterface $validator, TranslatorInterface $translator, FieldHelper $fieldHelper, ConfigurableTableDataConverter $configurableDataConverter, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor)
[?]__construct(ManagerRegistry $managerRegistry, ValidatorInterface $validator, TranslatorInterface $translator, FieldHelper $fieldHelper, ConfigurableTableDataConverter $configurableDataConverter, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor)
[?]
-
The following classes were removed:
DatabaseConnection
[?]DatabaseConnectionValidator
[?]ExtensionLoaded
[?]ExtensionLoadedValidator
[?]InstallerScenario
[?]AbstractStep
[?]ConfigureStep
[?]FinalStep
[?]InstallationStep
[?]SchemaStep
[?]SetupStep
[?]ConfigurationType
[?]SetupType
[?]DatabaseType
[?]DriverOptionType
[?]MailerType
[?]SystemType
[?]WebsocketType
[?]
-
The following methods in class
CommandExecutor
[?] were removed: -
The
CommandExecutor::$defaultTimeout
[?] property was removed. -
The
InputOptionProvider::$dialog
[?] property was removed. -
The following methods in class
InputOptionProvider
[?] were changed:
- The
IntegrationSettingsDynamicFormType::__construct
[?] method was removed. - The
IntegrationSettingsDynamicFormType::$fields
[?] property was removed.
- The
BaseTwigRendererEngine::setEnvironment
[?] method was removed.
- The
ConsoleCommandSubscriber::onConsoleException
[?] method was removed.
- The following methods in class
ConsoleFormatter
[?] were removed: - The
ConsoleFormatter::__construct(array $dataMap = null, $format = null, $dateFormat = null)
[?] method was changed toConsoleFormatter::__construct(array $options = [])
[?]
- The
EmailNotificationSender::sendQueryMessage
[?] method was removed. - The
SendEmailMessageProcessor::findEmailTemplateByName
[?] method was removed.
-
The
OwnerValidator::getAccessLevel
[?] method was removed. -
The following methods in class
BusinessUnitGridService
[?] were removed: -
The following methods in class
BusinessUnitType
[?] were removed: -
The
OrganizationRepository::getOrganizationById
[?] method was removed. -
The
OrganizationManager::getOrganizationRepo
[?] method was removed. -
The following methods in class
OwnerValidator
[?] were changed:__construct(ManagerRegistry $doctrine, BusinessUnitManager $businessUnitManager, OwnershipMetadataProviderInterface $ownershipMetadataProvider, EntityOwnerAccessor $ownerAccessor, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, AclVoter $aclVoter)
[?]__construct(ManagerRegistry $doctrine, OwnershipMetadataProviderInterface $ownershipMetadataProvider, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $ownerTreeProvider, AclVoter $aclVoter, BusinessUnitManager $businessUnitManager)
[?]
-
The
OrganizationManager::__construct(EntityManager $em)
[?] method was changed toOrganizationManager::__construct(ManagerRegistry $doctrine)
[?] -
The following properties in class
OwnerValidator
[?] were removed: -
The
OrganizationManager::$em
[?] property was removed.
- The
AbstractMapper::setRelatedFields
[?] method was removed.
- The
SegmentFilterBuilderType::getName
[?] method was removed.
- The
TagConfigChoiceType::isReadOnly($options)
[?] method was changed toTagConfigChoiceType::isReadOnly(Options $options)
[?] - The
TaxonomyType::getName
[?] method was removed.
- The
FormStub::getName
[?] method was removed. - The
InputStub::hasParameterOption($values)
[?] method was changed toInputStub::hasParameterOption($values, $onlyParams = false)
[?]
- The following methods in class
Translator
[?] were removed: - The
Translator::__construct(ContainerInterface $container, MessageSelector $messageSelector, $loaderIds = [], array $options = [])
[?] method was changed toTranslator::__construct(ContainerInterface $container, MessageFormatter $formatter, $defaultLocale = null, $loaderIds = [], array $options = [])
[?] - The
TranslationPackDumper::__construct(TranslationWriter $writer, ExtractorInterface $extractor, TranslationLoader $loader, Filesystem $filesystem, TranslationPackageProvider $provider, array $bundles)
[?] method was changed toTranslationPackDumper::__construct(TranslationWriter $writer, ExtractorInterface $extractor, TranslationReader $translationReader, Filesystem $filesystem, TranslationPackageProvider $provider, array $bundles)
[?] - The
TranslationServiceProvider::__construct(AbstractAPIAdapter $adapter, JsTranslationDumper $jsTranslationDumper, TranslationLoader $translationLoader, DatabasePersister $databasePersister, $cacheDir)
[?] method was changed toTranslationServiceProvider::__construct(AbstractAPIAdapter $adapter, JsTranslationDumper $jsTranslationDumper, TranslationReader $translationReader, DatabasePersister $databasePersister, $cacheDir)
[?] - The
TranslatableEntityType::__construct(ManagerRegistry $registry)
[?] method was changed toTranslatableEntityType::__construct(ManagerRegistry $registry, ChoiceListFactoryInterface $choiceListFactory)
[?] - The
Translator::$messageSelector
[?] property was removed. - The
JsTranslationDumper::$kernelRootDir
[?] property was removed. - The
PackagesProvider::$kernelRootDir
[?] property was removed. - The
TranslationPackDumper::$loader
[?] property was removed. - The
TranslationServiceProvider::$translationLoader
[?] property was removed.
- The
WsseAuthProvider::getValidUserApi(TokenInterface $token, Collection $secrets, User $user)
[?] method was changed toWsseAuthProvider::getValidUserApi(TokenInterface $token, Collection $secrets, UserInterface $user)
[?] - The
WsseTokenFactory::create(array $roles = [])
[?] method was changed toWsseTokenFactory::create($user, $credentials, $providerKey, array $roles = [])
[?] - The
WsseTokenFactoryInterface::create(array $roles = [])
[?] method was changed toWsseTokenFactoryInterface::create($user, $credentials, $providerKey, array $roles = [])
[?] - The
AclRoleType::__construct
[?] method was removed. - The following methods in class
BaseUserManager
[?] were removed: - The
AclRoleType::$privilegeConfig
[?] property was removed.