Skip to content

Latest commit

 

History

History
74 lines (65 loc) · 12.8 KB

incompatibilities-4-2-alpha.md

File metadata and controls

74 lines (65 loc) · 12.8 KB

ApiBundle

  • The ByStepNormalizeResultContext::setFailedGroup($groupName)[?] method was changed to ByStepNormalizeResultContext::setFailedGroup($groupName)[?]
  • The ApiDocDataTypeConverter::__construct(array $map)[?] method was changed to ApiDocDataTypeConverter::__construct(array $defaultMapping, array $viewMappings)[?]
  • The ApiDocMetadataParser::__construct(ValueNormalizer $valueNormalizer, ApiDocDataTypeConverter $dataTypeConverter)[?] method was changed to ApiDocMetadataParser::__construct(ValueNormalizer $valueNormalizer, RestDocViewDetector $docViewDetector, ApiDocDataTypeConverter $dataTypeConverter)[?]
  • The MetadataTypeGuesser::addDataTypeMapping[?] method was removed.
  • The ApiDocDataTypeConverter::addDataType[?] method was removed.

ChainProcessor

  • The ContextInterface::resetSkippedGroups[?] interface method was added.

EmailBundle

  • The SendEmailTemplate::validateAddress[?] method was removed.

EntityConfigBundle

  • The ConfigProvider::getClassName[?] method was removed.
  • The following methods in class OneToManyAttributeType[?] were removed:
    • __construct[?]
    • isSearchable[?]
    • isFilterable[?]
    • isSortable[?]
    • getSearchableValue[?]
    • getFilterableValue[?]
    • getSortableValue[?]
    • ensureTraversable[?]
  • The ConfigProvider::__construct(ConfigManager $configManager, $scope, PropertyConfigBag $configBag)[?] method was changed to ConfigProvider::__construct(ConfigManager $configManager, string $scope, PropertyConfigBag $configBag)[?]
  • The OneToManyAttributeType::$entityNameResolver[?] property was removed.

EntityExtendBundle

  • The DynamicFieldsExtension::configureOptions[?] method was removed.

LocaleBundle

  • The LocalizedFallbackValueCollectionTransformer::__construct(ManagerRegistry $registry, $field)[?] method was changed to LocalizedFallbackValueCollectionTransformer::__construct(ManagerRegistry $registry, $field, $valueClass)[?]
  • The following methods in class LocalizedFallbackValue[?] were removed:
  • The following properties in class LocalizedFallbackValue[?] were removed:

SecurityBundle

  • The AclProvider::__construct(AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, ManagerRegistry $doctrine)[?] method was changed to AclProvider::__construct(AuthorizationCheckerInterface $authorizationChecker, ManagerRegistry $doctrine)[?]
  • The AclProvider::$tokenAccessor[?] property was removed.

Testing

  • The EntityType::__construct(array $choices, $name, array $options = null)[?] method was changed to EntityType::__construct(array $choices = [], $name, array $options = null)[?]