eZ\Publish\Core\FieldType\Relation\Value::__toString PHP Method

__toString() public method

Returns the related content's name.
See also: eZ\Publish\Core\FieldType\Value
public __toString ( )
    public function __toString()
    {
        return (string) $this->destinationContentId;
    }