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

insertUrl() public method

Inserts a new $url and returns its id.
public insertUrl ( string $url ) : integer | string
$url string The URL to insert in the database
return integer | string
    public function insertUrl($url)
    {
        return $this->urlGateway->insertUrl($url);
    }