eZ\Bundle\EzPublishRestBundle\Features\Context\SubContext\ContentTypeGroup::getContentTypeGroupsList PHP Méthode

getContentTypeGroupsList() public méthode

    public function getContentTypeGroupsList()
    {
        $this->createRequest('get', '/content/typegroups');
        $this->setHeaderWithObject('accept', 'ContentTypeGroupList');
        $this->sendRequest();
    }