You are here

public function Manager::queueBatchMissing in Taxonomy Term Depth 8

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

File

src/QueueManager/Manager.php, line 79
Manages queue operations.

Class

Manager

Namespace

Drupal\taxonomy_term_depth\QueueManager

Code

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