public function Manager::processNextItem in Taxonomy Term Depth 8
Same name and namespace in other branches
- 8.2 src/QueueManager/Manager.php \Drupal\taxonomy_term_depth\QueueManager\Manager::processNextItem()
File
- src/
QueueManager/ Manager.php, line 133 - Manages queue operations.
Class
Namespace
Drupal\taxonomy_term_depth\QueueManagerCode
public function processNextItem() {
$item = $this->queue
->claimItem();
taxonomy_term_depth_get_by_tid($item['tid'], TRUE);
}