You are here

public function FeedsProcessor::getLimit in Feeds 8.2

File

lib/Drupal/feeds/Plugin/FeedsProcessor.php, line 401
Contains FeedsProcessor and related classes.

Class

FeedsProcessor
Abstract class, defines interface for processors.

Namespace

Drupal\feeds\Plugin

Code

public function getLimit() {
  return variable_get('feeds_process_limit', FEEDS_PROCESS_LIMIT);
}