FormDataMapperInterface
FormDataMapperInterface.php
:
16
A FormDataMapper will convert a value object from Ibexa content repository to a usable form data.
Methods¶
mapToFormData() ¶
FormDataMapperInterface.php
:
26
Maps a ValueObject from Ibexa content repository to a data usable as underlying form data (e.g. create/update struct).
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$repositoryValueObject | ValueObject | - | - |
$params | array<string|int, mixed> | [] | - |