Top "Sonata-admin" questions

SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.

Configure Menu in Sonata Admin Bundle

I try to configure a custom admin menu in the sidebad of my Sonata Admin Bundle, but i don't understand …

sonata-admin knpmenubundle
Adding action in SonataAdminBundle

I'm trying to add an action in sonata admin bundle. I changed my Admin class with : protected function configureListFields(ListMapper $…

symfony symfony-2.1 sonata-admin
In symfony2 with sonata: How to pass a variable to the template defined for a given field of the listmapper in the method configureListFields?

Using Symfony2 with Sonata, in a list, fields templates can be overwritten and assigning variables to templates, i.e setTemplateVar(), …

symfony-sonata sonata-admin listfield
How to implement many-to-many relationships in Sonata Media Bundle

I am trying to relate SonataMediaBundle to another Entity: Products with a relation ManyToMany. The schema and relation are well …

symfony sonata-admin
How to translate labels in Sonata Admin Bundle

I'm using Symfony 2.3 with Sonata Admin Bundle. I know that I can translate a label in this way: ->…

php symfony sonata-admin symfony-sonata
How to set format for datetime and date in sonata admin filters symfony2

How to set the datetime or date filters in sonata admin datagridfilters? I want to do the following for the …

symfony datetime-format sonata-admin
With SonataAdminBundle. Configure filter on a two step related entity

I'd like to know weather is possible and how to configure a filter for the list view as the following …

symfony sonata-admin
sonata sonata_type_collection display table

I have two entities: "Event" and "EventImage". One event can have multiple images. This is the relationship defined on the …

symfony sonata-admin sonata sonata-media-bundle
Format for time display?

I am making application with symfony2 and sonata-admin bundle. public function configureListFields(ListMapper $listMapper) { $listMapper ->addIdentifier('id') -&…

symfony sonata-admin
Sonata Admin Bundle: possible to add a child admin object that can have different parents?

I'm using doctrine inheritance mapping to enable various objects to be linked to a comment entity. This is achieved through …

php symfony admin symfony-sonata sonata-admin