eZ\Publish\Core\Repository\Values\ContentType\ContentTypeDraft::getContentTypeGroups PHP Method

getContentTypeGroups() public method

This method returns the content type groups this content type is assigned to.
public getContentTypeGroups ( ) : eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[]
return eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[]
    public function getContentTypeGroups()
    {
        return $this->innerContentType->contentTypeGroups;
    }