FormDataMapperInterface
FormDataMapperInterface.php
:
16
Interface
A FormDataMapper will convert a value object from Ibexa content repository to a usable form data.
Methods¶
mapToFormData()
¶
FormDataMapperInterface.php
:
23
Maps a ValueObject from 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, mixed> | [] | - |