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()]);
    }