You are here

public function Manager::queueBatchMissing in Taxonomy Term Depth 8.2

Same name and namespace in other branches
  1. 8 src/QueueManager/Manager.php \Drupal\taxonomy_term_depth\QueueManager\Manager::queueBatchMissing()

File

src/QueueManager/Manager.php, line 73

Class

Manager

Namespace

Drupal\taxonomy_term_depth\QueueManager

Code

public function queueBatchMissing() {
  return $this
    ->queueBatch(FALSE);
}