Symfony\Component\Form\FieldInterface::getDisplayedData PHP Метод

getDisplayedData() публичный Метод

Returns the data of the field as it is displayed to the user.
public getDisplayedData ( ) : string | array
Результат 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();