eZ\Publish\Core\REST\Client\Values\ContentType\ContentTypeGroup::getDescriptions PHP Method

getDescriptions() public method

5.x only This method returns the human readable description of the content type The structure of this field is: array( 'eng' => '', 'de' => '' ); .
public getDescriptions ( ) : string[]
return string[]
    public function getDescriptions()
    {
        return $this->descriptions;
    }