FormDataCompiler
Create and return a defined array of data ready to be used by the container / element render part of FormEngine
Table of Contents
Methods
- compile() : array<string|int, mixed>
- Main entry method maps given data input array and sanitizes some crucial input parameters and calls compile on FormDataGroupInterface.
Methods
compile()
Main entry method maps given data input array and sanitizes some crucial input parameters and calls compile on FormDataGroupInterface.
public
compile(array<string|int, mixed> $initialData, FormDataGroupInterface $formDataGroup) : array<string|int, mixed>
Parameters
- $initialData : array<string|int, mixed>
-
Initial set of data to map into result array
- $formDataGroup : FormDataGroupInterface