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

getContentIds() abstract public method

Non-existent ids are ignored.
abstract public getContentIds ( array $remoteIds ) : array
$remoteIds array An array of Content remote ids
return array An array of Content ids, with remote ids as keys
    public abstract function getContentIds(array $remoteIds);