eZ\Publish\Core\FieldType\RichText\RichTextStorage\Gateway::getUrlIdMap PHP 메소드

getUrlIdMap() 공개 메소드

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