You are here

public function TreeNode::getName in Ubercart 8.4

Gets the name of the term.

Return value

string The name of the term.

File

uc_catalog/src/TreeNode.php, line 76

Class

TreeNode
Data structure to mimic Drupal's menu system.

Namespace

Drupal\uc_catalog

Code

public function getName() {
  return $this->name;
}