public function Manager::queueBatchMissing in Taxonomy Term Depth 8.2
Same name and namespace in other branches
- 8 src/QueueManager/Manager.php \Drupal\taxonomy_term_depth\QueueManager\Manager::queueBatchMissing()
File
- src/
QueueManager/ Manager.php, line 73
Class
Namespace
Drupal\taxonomy_term_depth\QueueManagerCode
public function queueBatchMissing() {
return $this
->queueBatch(FALSE);
}