Neos\Neos\Domain\Model\User::getLabel PHP Method

getLabel() public method

Returns a label which can be used as a human-friendly identifier for this user.
public getLabel ( ) : string
return string
    public function getLabel()
    {
        return $this->getName()->getFullName();
    }