Copied!

StepDataObjectMapperInterface

StepDataObjectMapperInterface.php : 14
Interface

Responsible for establishing FormType that matches a particular data object.

Methods

publicmapDataToFormType()

StepDataObjectMapperInterface.php : 23
public mapDataToFormType(object $data) : string

Parameters

Name Type Default value Description
$data object - -

Return values

string