WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController::indexAction PHP 메소드

indexAction() 공개 메소드

public indexAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response
    public function indexAction() : Response
    {
        return $this->displayTemplate('index', ['datagrid' => $this->dataGrid->getInstance()]);
    }