public function Manager::setVid in Taxonomy Term Depth 8.2
Same name and namespace in other branches
- 8 src/QueueManager/Manager.php \Drupal\taxonomy_term_depth\QueueManager\Manager::setVid()
1 call to Manager::setVid()
- Manager::__construct in src/
QueueManager/ Manager.php
File
- src/
QueueManager/ Manager.php, line 24
Class
Namespace
Drupal\taxonomy_term_depth\QueueManagerCode
public function setVid($vid = NULL) {
$this->vid = $vid;
return $this;
}