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

getUrlIdMap() public method

Non-existent URLs are ignored.
public getUrlIdMap ( array $urls ) : array
$urls array An array of URLs
return array An array of URL ids, with URLs as keys
    public function getUrlIdMap(array $urls)
    {
        return $this->urlGateway->getUrlIdMap($urls);
    }