Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 5.58 KB

incompatibilities-5-0.md

File metadata and controls

17 lines (15 loc) · 5.58 KB

EntitySerializedFieldsBundle

  • The ExtendFieldValidationLoader::isApplicable($className, $fieldName)[?] method was changed to ExtendFieldValidationLoader::isApplicable(ConfigInterface $extendConfig)[?]
  • The ExtendEntitySerializedDataValidator::__construct(ConfigProvider $configProvider, FieldHelper $fieldHelper)[?] method was changed to ExtendEntitySerializedDataValidator::__construct(ConfigProvider $configProvider, FieldHelper $fieldHelper, FieldConfigConstraintsFactory $fieldConfigConstraintsFactory)[?]
  • The UniqueExtendEntityFieldValidator::__construct()[?] method was changed to UniqueExtendEntityFieldValidator::__construct(FieldNameValidationHelper $validationHelper)[?]
  • The SerializedDataGeneratorExtension::__construct(Inflector $inflector)[?] method was changed to SerializedDataGeneratorExtension::__construct($isDebug = false)[?]
  • The EntityConfigListener::__construct(EntityGenerator $entityGenerator, Session $session)[?] method was changed to EntityConfigListener::__construct(EntityProxyUpdateConfigProviderInterface $entityProxyUpdateConfigProvider, EntityGenerator $entityGenerator, Session $session)[?]
  • The UniqueExtendEntityField::validatedBy[?] method was removed.
  • The following methods in class UniqueExtendEntityFieldValidator[?] were removed:
    • addViolation[?]
    • normalizeFieldName[?]
  • The following methods in class SerializedDataGeneratorExtension[?] were removed:
    • generateGetMethodName[?]
    • generateSetMethodName[?]