Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Form] Why was the FormHelper moved to FrameworkBundle? #9847

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
dirkluijk opened this issue Dec 23, 2013 · 2 comments
Closed

[Form] Why was the FormHelper moved to FrameworkBundle? #9847

dirkluijk opened this issue Dec 23, 2013 · 2 comments

Comments

@dirkluijk
Copy link

Simple question. Why was the FormHelper moved to the FrameworkBundle (since commit symfony/form@2167467)?

I am working on a project where I am integrating both the Form component and the Templating component (without Twig), but with the FormHelper in FrameworkBundle there is an extra dependency. Every component should not rely on the full stack framework, which is the case here.

I think its correct place is the Templating component (like it was), or some bridge.

@bschussek

@jakzal
Copy link
Contributor

jakzal commented Dec 23, 2013

For more details on why it was moved see #5112.

@dirkluijk
Copy link
Author

Thanks, that's what I was looking for. Couldn't find it in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants