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

getContentTypeGroup() public method

public getContentTypeGroup ( $identifier )
    public function getContentTypeGroup($identifier)
    {
        $this->createRequest('get', "/content/typegroups?identifier={$identifier}");
        $this->setHeaderWithObject('accept', 'ContentTypeGroup');
        $this->sendRequest();
    }