eZ\Publish\Core\FieldType\RichText\RichTextStorage\Gateway::unlinkUrl PHP Method

unlinkUrl() public method

Removes link to URL for $fieldId in $versionNo and cleans up possibly orphaned URLs.
public unlinkUrl ( integer | string $fieldId, integer $versionNo )
$fieldId integer | string
$versionNo integer
    public function unlinkUrl($fieldId, $versionNo)
    {
        $this->urlGateway->unlinkUrl($fieldId, $versionNo);
    }