public TermInterface::getWeight()
Gets the weight of this term.
Return value
int The weight of the term.
File
- core/modules/taxonomy/src/TermInterface.php, line 73
Class
- TermInterface
- Provides an interface defining a taxonomy term entity.
Namespace
Drupal\taxonomy
Code
public function getWeight();
Please login to continue.