eZ\Bundle\EzPublishRestBundle\Features\Context\SubContext\ContentTypeGroup::getContentTypeGroupsList PHP Method

getContentTypeGroupsList() public method

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