Symfony\Component\Form\FieldInterface::getDisplayedData PHP Method

getDisplayedData() public method

Returns the data of the field as it is displayed to the user.
public getDisplayedData ( ) : string | array
return string | array When the field is not bound, the transformed default data is returned. When the field is bound, the bound data is returned.
    function getDisplayedData();