public function TreeNode::getTid in Ubercart 8.4
Gets the tid of the term.
Return value
string The tid of the term.
File
- uc_catalog/
src/ TreeNode.php, line 53
Class
- TreeNode
- Data structure to mimic Drupal's menu system.
Namespace
Drupal\uc_catalogCode
public function getTid() {
return $this->tid;
}