mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
infrastructure for normalizing form config [WIP]
This commit is contained in:
@@ -31,6 +31,12 @@ interface AggregatorInterface extends ModifierInterface
|
||||
*/
|
||||
public function getFormDefaultData(): array;
|
||||
|
||||
public function normalizeFormData(array $formData): array;
|
||||
|
||||
public function denormalizeFormData(array $formData, int $fromVersion): array;
|
||||
|
||||
public function getVersion(): int;
|
||||
|
||||
/**
|
||||
* get a callable which will be able to transform the results into
|
||||
* viewable and understable string.
|
||||
|
Reference in New Issue
Block a user