Application\Sonata\UserBundle\Admin\Entity\UserAdmin::configureShowFields PHP Method

configureShowFields() protected method

protected configureShowFields ( Sonata\AdminBundle\Show\ShowMapper $showMapper )
$showMapper Sonata\AdminBundle\Show\ShowMapper
    protected function configureShowFields(ShowMapper $showMapper)
    {
        $showMapper->with('General')->add('username')->add('email')->end()->with('Groups')->add('groups')->end()->with('Profile')->add('firstname')->add('lastname')->add('phone')->end()->with('Security')->add('token')->add('twoStepVerificationCode')->end();
    }