- AddressBundle
- ApiBundle
- ChainProcessor
- ConfigBundle
- CurrencyBundle
- EmailBundle
- EntityBundle
- EntitySerializer
- ImapBundle
- QueryDesignerBundle
- TestUtils
- The
FixAddressesPrimaryAndTypesSubscriber
[?] class was removed. - The
FixAddressesPrimarySubscriber::handlePrimary
[?] method was removed. - The
FixAddressesTypesSubscriber::handleType
[?] method was removed. - The
AbstractAddress::isRegionValid
[?] method was removed. - The
FixAddressesPrimarySubscriber::__construct($addressesProperty)
[?] method was changed toFixAddressesPrimarySubscriber::__construct(string $addressesPropertyPath, PropertyAccessorInterface $propertyAccessor = null)
[?] - The
FixAddressesTypesSubscriber::__construct($addressesProperty)
[?] method was changed toFixAddressesTypesSubscriber::__construct(string $addressesPropertyPath, PropertyAccessorInterface $propertyAccessor = null)
[?] - The following properties in class
FixAddressesPrimarySubscriber
[?] were removed: - The following properties in class
FixAddressesTypesSubscriber
[?] were removed:
-
The following classes were removed:
-
The following methods in class
AbstractDocumentBuilder
[?] were changed: -
The
RestFilterValueAccessor::has($key)
[?] method was changed toRestFilterValueAccessor::has(string $key)
[?] -
The
RestDocumentBuilder::convertToEntityType($entityClass, RequestType $requestType, $throwException = true)
[?] method was changed toRestDocumentBuilder::convertToEntityType(string $entityClass, RequestType $requestType, bool $throwException = true)
[?] -
The
ErrorCompleter::__construct(ExceptionTextExtractorInterface $exceptionTextExtractor, ValueNormalizer $valueNormalizer)
[?] method was changed toErrorCompleter::__construct(ExceptionTextExtractorInterface $exceptionTextExtractor, ValueNormalizer $valueNormalizer, FilterNamesRegistry $filterNamesRegistry)
[?] -
The
JsonApiDocumentBuilder::convertToEntityType($entityClass, RequestType $requestType, $throwException = true)
[?] method was changed toJsonApiDocumentBuilder::convertToEntityType(string $entityClass, RequestType $requestType, bool $throwException = true)
[?] -
The
ResourcesWithoutIdentifierLoader::__construct(ActionProcessorBagInterface $processorBag)
[?] method was changed toResourcesWithoutIdentifierLoader::__construct(ConfigProvider $configProvider)
[?] -
The
MatchApplicableChecker::__construct(array $ignoredAttributes = [ ... ], array $classAttributes = [])
[?] method was changed toMatchApplicableChecker::__construct(array $ignoredAttributes = [ ... ], array $classAttributes = [])
[?] -
The
SubresourceContext::setParentMetadata(EntityMetadata $metadata = null)
[?] method was changed toSubresourceContext::setParentMetadata($metadata)
[?] -
The
BuildResultDocument::__construct(DocumentBuilderFactory $documentBuilderFactory, ErrorCompleterRegistry $errorCompleterRegistry, LoggerInterface $logger)
[?] method was changed toBuildResultDocument::__construct(ErrorCompleterRegistry $errorCompleterRegistry, LoggerInterface $logger)
[?] -
The
HandleMetaPropertyFilter::__construct(ValueNormalizer $valueNormalizer)
[?] method was changed toHandleMetaPropertyFilter::__construct(FilterNamesRegistry $filterNamesRegistry, ValueNormalizer $valueNormalizer)
[?] -
The
RegisterDynamicFilters::__construct(FilterFactoryInterface $filterFactory, DoctrineHelper $doctrineHelper, ConfigProvider $configProvider, $filterGroup = null)
[?] method was changed toRegisterDynamicFilters::__construct(FilterFactoryInterface $filterFactory, DoctrineHelper $doctrineHelper, ConfigProvider $configProvider, FilterNamesRegistry $filterNamesRegistry)
[?] -
The
SetDefaultPaging::addPageNumberFilter(FilterCollection $filters)
[?] method was changed toSetDefaultPaging::addPageNumberFilter(string $filterName, FilterCollection $filters)
[?] -
The
SetDefaultSorting::addSortFilter(FilterCollection $filters, EntityDefinitionConfig $config)
[?] method was changed toSetDefaultSorting::addSortFilter(string $filterName, FilterCollection $filters, EntityDefinitionConfig $config)
[?] -
The
ValidateSorting::__construct(DoctrineHelper $doctrineHelper, ConfigProvider $configProvider)
[?] method was changed toValidateSorting::__construct(DoctrineHelper $doctrineHelper, ConfigProvider $configProvider, FilterNamesRegistry $filterNamesRegistry)
[?] -
The
CorrectSortValue::__construct(DoctrineHelper $doctrineHelper, ValueNormalizer $valueNormalizer)
[?] method was changed toCorrectSortValue::__construct(DoctrineHelper $doctrineHelper, ValueNormalizer $valueNormalizer, FilterNamesRegistry $filterNamesRegistry)
[?] -
The
MapPrimaryField::updateAssociationData($collection, $dataPropertyPath, $primaryFlagPropertyPath, $primaryValue)
[?] method was changed toMapPrimaryField::updateAssociationData($collection, $primaryValue, EntityDefinitionFieldConfig $association)
[?] -
The
SetLocationHeader::__construct(RestRoutes $routes, RouterInterface $router, ValueNormalizer $valueNormalizer, EntityIdTransformerRegistry $entityIdTransformerRegistry)
[?] method was changed toSetLocationHeader::__construct(RestRoutesRegistry $routesRegistry, UrlGeneratorInterface $urlGenerator, ValueNormalizer $valueNormalizer, EntityIdTransformerRegistry $entityIdTransformerRegistry)
[?] -
The
FilterHelper::getBooleanFilterValue($fieldName)
[?] method was changed toFilterHelper::getBooleanFilterValue(string $fieldName)
[?] -
The
FilterValue::__construct($path, $value, $operator = null)
[?] method was changed toFilterValue::__construct(string $path, $value, string $operator = null)
[?] -
The
NullFilterValueAccessor::has($key)
[?] method was changed toNullFilterValueAccessor::has(string $key)
[?] -
The
DumpMetadataCommand::getMetadata($entityClass, $version, RequestType $requestType, $action)
[?] method was changed toDumpMetadataCommand::getMetadata($entityClass, $version, RequestType $requestType, $action, $hateoas)
[?] -
The
IncludedEntityCollection::setPrimaryEntity($entity)
[?] method was changed toIncludedEntityCollection::setPrimaryEntity($entity, $metadata)
[?] -
The
FilterValueAccessorInterface::has($key)
[?] method was changed toFilterValueAccessorInterface::has(string $key)
[?] -
The following methods in class
JsonApiDocumentBuilder
[?] were removed: -
The following methods in class
SetDefaultPaging
[?] were removed: -
The
SetDefaultSorting::getSortFilterKey
[?] method was removed. -
The
ValidateSorting::getSortFilterKey
[?] method was removed. -
The
FilterValue::setSourceKey
[?] method was removed. -
The following properties in class
JsonApiDocumentBuilder
[?] were removed: -
The
BuildResultDocument::$documentBuilderFactory
[?] property was removed. The following methods in interfaceDocumentBuilderInterface
were added (with link)
- The
ProcessorsLoader::loadProcessors(ContainerBuilder $container, $processorTagName)
[?] method was changed toProcessorsLoader::loadProcessors(ContainerBuilder $container, string $processorTagName)
[?]
- The
SetDefaultValueForFieldsFilter
[?] class was removed.
- The
AclLoadFieldMetadataListener::__construct(ConfigManager $configManager, TranslatorInterface $translator)
[?] method was changed toAclLoadFieldMetadataListener::__construct(ConfigManager $configManager)
[?] - The
AclLoadFieldMetadataListener::$translator
[?] property was removed.
- The following classes were removed:
- The
EmailTemplateRepository::getEntityTemplatesQueryBuilder($entityName, Organization $organization, $includeNonEntity = false, $includeSystemTemplates = true, $visibleOnly = true)
[?] method was changed toEmailTemplateRepository::getEntityTemplatesQueryBuilder($entityName, Organization $organization, $includeNonEntity = false, $includeSystemTemplates = true, $visibleOnly = true, array $excludeNames = [])
[?]
- The
EntityFieldFallbackValue::$specialRelations
[?] property was removed. - The
ValidateEntityFallback::__construct(EntityFallbackResolver $fallbackResolver, ValueNormalizer $valueNormalizer)
[?] method was changed toValidateEntityFallback::__construct(EntityFallbackResolver $fallbackResolver, PropertyAccessorInterface $propertyAccessor)
[?]
- The following methods in class
ConfigNormalizer
[?] were removed: - The
EntitySerializer::getRelatedItemsIds($bindings)
[?] method was changed toEntitySerializer::getRelatedItemsIds($bindings, $limit)
[?]
- The
Imap::fetch($items, $from, $to = null)
[?] method was changed toImap::fetch($items, $from, $to = null, $uid = false)
[?]
- The following methods in class
DefinitionQueryValidator
[?] were removed: - The
DefinitionQueryValidator::__construct(EntityWithFieldsProvider $fieldsProvider)
[?] method was changed toDefinitionQueryValidator::__construct(ConfigProvider $entityConfigProvider, EntityFieldProvider $fieldProvider)
[?] - The following properties in class
DefinitionQueryValidator
[?] were removed:
- The
OrmTestCase::__destruct
[?] method was removed.