Created
May 29, 2017 13:59
-
-
Save rileyrg/673501f832df0569f8189bc2ece71a1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
->add("eyeColor", EntityType::class, [ | |
'required' => false, | |
'class' => 'AppBundle\Entity\EyeColor', | |
'placeholder' => 'Choose an eye color', | |
"label" => "person.eyecolour", | |
'query_builder' => function (EyeColourRepository $repo) { | |
return $repo->createAlphaEyeColours(); | |
}, | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment