You are here

public function TreeNode::getSequence in Ubercart 8.4

Gets the sequence of the term.

Return value

int The sequence of the term.

File

uc_catalog/src/TreeNode.php, line 145

Class

TreeNode
Data structure to mimic Drupal's menu system.

Namespace

Drupal\uc_catalog

Code

public function getSequence() {
  return $this->sequence;
}