eZ\Publish\Core\REST\Client\Values\ContentType\FieldDefinition::getNames PHP Method

getNames() public method

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