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