Sulu\Bundle\ContactBundle\Controller\CountryController::cgetAction PHP Метод

cgetAction() публичный Метод

Returns list of all available countries in the system.
public cgetAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response
    public function cgetAction()
    {
        return $this->handleView($this->view(new CollectionRepresentation($this->get('sulu_contact.country_repository')->findAll(), 'countries')));
    }
CountryController