Copied!

FormDataMapperInterface

FormDataMapperInterface.php : 16

A FormDataMapper will convert a value object from Ibexa content repository to a usable form data.

Methods

publicmapToFormData()

FormDataMapperInterface.php : 26

Maps a ValueObject from Ibexa content repository to a data usable as underlying form data (e.g. create/update struct).

public mapToFormData(ValueObject $repositoryValueObject[, array<string|int, mixed> $params = [] ]) : mixed

Parameters

Name Type Default value Description
$repositoryValueObject ValueObject - -
$params array<string|int, mixed> [] -