You are here

Deprecated in Feeds 6

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
FeedsImportBatch::addItem includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $batch->items[] = $item;
FeedsImportBatch::feedNode includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $node = node_load($batch->feed_nid); Return the feed node related to this batch object.
FeedsImportBatch::getDescription includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $description = $batch->description;
FeedsImportBatch::getItemCount includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $count = count($batch->items);
FeedsImportBatch::getLink includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $link = $batch->link;
FeedsImportBatch::getTitle includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $title = $batch->title;
FeedsImportBatch::setDescription includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $batch->description = $description;
FeedsImportBatch::setItems includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $batch->items = $items;
FeedsImportBatch::setLink includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $batch->link = $link;
FeedsImportBatch::setTitle includes/FeedsBatch.inc function This method is deprecated. Access directly instead. For example: $batch->title = $title;
ParserCSV::timeoutReached libraries/ParserCSV.inc function Use lastLinePos() instead to determine whether a file has finished parsing.

Other projects