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:
@@ -147,7 +147,13 @@ interface ExportInterface extends ExportElementInterface
|
||||
*
|
||||
* @return Q the query to execute
|
||||
*/
|
||||
public function initiateQuery(array $requiredModifiers, array $acl, array $data = []);
|
||||
public function initiateQuery(array $requiredModifiers, array $acl, array $data/* , ExportGenerationContext $context */);
|
||||
|
||||
public function normalizeFormData(array $formData): array;
|
||||
|
||||
public function denormalizeFormData(array $formData, int $fromVersion): array;
|
||||
|
||||
public function getVersion(): int;
|
||||
|
||||
/**
|
||||
* Return the required Role to execute the Export.
|
||||
|
Reference in New Issue
Block a user