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

getContentTypeGroupWithId() public method

public getContentTypeGroupWithId ( $id )
    public function getContentTypeGroupWithId($id)
    {
        $this->createRequest('get', "/content/typegroups/{$id}");
        $this->setHeaderWithObject('accept', 'ContentTypeGroup');
        $this->sendRequest();
    }