Skip to content
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

[NodeBundle] Allow more flexible entity controller handling #544

Merged
merged 1 commit into from
Jul 13, 2015

Conversation

kimausloos
Copy link
Contributor

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets

This allows you to define a Controller in the entity and return an array with values that will be available in the twig view, following standard symfony behaviour. This way you don't have to create a new RenderContext object and manually place it in the request attributes (although you can still do that to maintain BC)

@roderik roderik added this to the 3.2.1 milestone Jul 13, 2015
roderik pushed a commit that referenced this pull request Jul 13, 2015
[NodeBundle] Allow more flexible entity controller handling
@roderik roderik merged commit 3d72165 into Kunstmaan:master Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants