WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController::indexAction PHP Method

indexAction() public method

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