eZ\Publish\Core\Repository\Values\ObjectState\ObjectStateGroup::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;
    }