eZ\Publish\Core\Repository\Values\ContentType\ContentTypeGroup::getNames PHP Method

getNames() public method

The structure of the return value is: array( 'eng' => '', 'de' => '' );
Since: 5.0
public getNames ( ) : string[]
return string[]
    public function getNames()
    {
        return $this->names;
    }