10000 Update data_transformers.rst by sela · Pull Request #10936 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update data_transformers.rst #10936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update data_transformers.rst
  • Loading branch information
sela authored Jan 28, 2019
commit fb27ad524ae747bfb8b7f342b6fd9edcce709558
1 change: 1 addition & 0 deletions form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ First, create the custom field type class::
use App\Form\DataTransformer\IssueToNumberTransformer;
use Doctrine\Common\Persistence\ObjectManager;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;

Expand Down
0