PHP Class Symfony\Cmf\Bundle\RoutingBundle\Admin\RedirectRouteAdmin

Inheritance: extends Sonata\DoctrinePHPCRAdminBundle\Admin\Admin
Datei anzeigen Open project: symfony-cmf/routing-bundle

Protected Properties

Property Type Description
$routeRoot string Root path for the route parent selection.
$translationDomain

Public Methods

Method Description
getExportFormats ( )
setRouteRoot ( $routeRoot )
toString ( $object )

Protected Methods

Method Description
configureDatagridFilters ( Sonata\AdminBundle\Datagrid\DatagridMapper $datagridMapper )
configureFormFields ( Sonata\AdminBundle\Form\FormMapper $formMapper )
configureListFields ( Sonata\AdminBundle\Datagrid\ListMapper $listMapper )

Method Details

configureDatagridFilters() protected method

protected configureDatagridFilters ( Sonata\AdminBundle\Datagrid\DatagridMapper $datagridMapper )
$datagridMapper Sonata\AdminBundle\Datagrid\DatagridMapper

configureFormFields() protected method

protected configureFormFields ( Sonata\AdminBundle\Form\FormMapper $formMapper )
$formMapper Sonata\AdminBundle\Form\FormMapper

configureListFields() protected method

protected configureListFields ( Sonata\AdminBundle\Datagrid\ListMapper $listMapper )
$listMapper Sonata\AdminBundle\Datagrid\ListMapper

getExportFormats() public method

public getExportFormats ( )

setRouteRoot() public method

public setRouteRoot ( $routeRoot )

toString() public method

public toString ( $object )

Property Details

$routeRoot protected_oe property

Root path for the route parent selection.
protected string $routeRoot
return string

$translationDomain protected_oe property

protected $translationDomain