Skip to content

Instantly share code, notes, and snippets.

@khepin
Created October 16, 2012 03:54
Show Gist options
  • Save khepin/3897160 to your computer and use it in GitHub Desktop.
Save khepin/3897160 to your computer and use it in GitHub Desktop.
acme.form.friend_message:
class: Acme\WhateverBundle\FormType\FriendMessageType
arguments: [@acme.friend_message.form_listener]
tags:
- { name: form.type, alias: acme_friend_message}
acme.friend_message.form_listener:
class: Acme\WhateverBundle\FormSubscriber\UserListener
arguments: [@form.factory, @security.context]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment