Answer the question
In order to leave comments, you need to log in
EntityType Field how to get only string after form submit?
Hello everyone,
I'm trying to get a string after submitting the form, but only an object of the class comes when using the EntityType Field
, can anyone help?
->add('nds', EntityType::class, [
'class' => Nds::class,
'choice_label' => function ($nds) {
return $nds->getDesc();
},
'label' => false,
'empty_data' => null,
'placeholder' => 'NDS'
])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question