Forked from anonymous/gist:b35992eec06881ad9a212b46f8ebce51
Last active
August 15, 2017 15:53
-
-
Save tarlepp/ee53580909d83054bdbb88d8e59e58e3 to your computer and use it in GitHub Desktop.
This file contains 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
parameters: | |
class: Home\PageBundle\Entity\Box | |
services: | |
box_form: | |
class: Symfony\Component\Form\Form | |
factory: ['@form.factory', create] | |
arguments: | |
- Home\PageBundle\Form\BoxType | |
box_handler: | |
class: Home\PageBundle\Handler\BoxHandler | |
arguments: | |
- "@box_form" | |
- "@request_stack" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment