eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\RelationConverter::create PHP Method

create() public static method

Note: Class should instead be configured as service if it gains dependencies.
public static create ( ) : eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\Url
return eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\Url
    public static function create()
    {
        return new self();
    }