mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
infrastructure for normalizing form config [WIP]
This commit is contained in:
@@ -65,4 +65,10 @@ interface FormatterInterface
|
||||
);
|
||||
|
||||
public function getType();
|
||||
|
||||
public function normalizeFormData(array $formData): array;
|
||||
|
||||
public function denormalizeFormData(array $formData, int $fromVersion): array;
|
||||
|
||||
public function getVersion(): int;
|
||||
}
|
||||
|
Reference in New Issue
Block a user