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

getDescriptions() public method

The structure of this field is: array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[]
return string[]
    public function getDescriptions()
    {
        return $this->descriptions;
    }