Copied!

FormDataMapperInterface

FormDataMapperInterface.php : 16
Interface

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

Methods

publicmapToFormData()

FormDataMapperInterface.php : 23

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

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

Parameters

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