Wallabag\ImportBundle\Import\WallabagV2Import::prepareEntry PHP Метод

prepareEntry() защищенный Метод

protected prepareEntry ( $entry = [] )
    protected function prepareEntry($entry = [])
    {
        return ['html' => $entry['content'], 'content_type' => $entry['mimetype'], 'is_archived' => $entry['is_archived'] || $this->markAsRead] + $entry;
    }