Upgrade 1-11.38

This commit is contained in:
xesmyd
2026-03-30 14:10:30 +02:00
parent f2a7e6d1fc
commit ac648ef29d
24665 changed files with 69682 additions and 2205004 deletions
-10
View File
@@ -21,8 +21,6 @@ interface FormFactoryBuilderInterface
/**
* Sets the factory for creating ResolvedFormTypeInterface instances.
*
* @param ResolvedFormTypeFactoryInterface $resolvedTypeFactory
*
* @return $this
*/
public function setResolvedTypeFactory(ResolvedFormTypeFactoryInterface $resolvedTypeFactory);
@@ -30,8 +28,6 @@ interface FormFactoryBuilderInterface
/**
* Adds an extension to be loaded by the factory.
*
* @param FormExtensionInterface $extension The extension
*
* @return $this
*/
public function addExtension(FormExtensionInterface $extension);
@@ -48,8 +44,6 @@ interface FormFactoryBuilderInterface
/**
* Adds a form type to the factory.
*
* @param FormTypeInterface $type The form type
*
* @return $this
*/
public function addType(FormTypeInterface $type);
@@ -66,8 +60,6 @@ interface FormFactoryBuilderInterface
/**
* Adds a form type extension to the factory.
*
* @param FormTypeExtensionInterface $typeExtension The form type extension
*
* @return $this
*/
public function addTypeExtension(FormTypeExtensionInterface $typeExtension);
@@ -84,8 +76,6 @@ interface FormFactoryBuilderInterface
/**
* Adds a type guesser to the factory.
*
* @param FormTypeGuesserInterface $typeGuesser The type guesser
*
* @return $this
*/
public function addTypeGuesser(FormTypeGuesserInterface $typeGuesser);