You are here

public function TermInterface::setWeight in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::setWeight()
  2. 9 core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::setWeight()

Sets the term weight.

Parameters

int $weight: The term weight.

Return value

$this

1 method overrides TermInterface::setWeight()
Term::setWeight in core/modules/taxonomy/src/Entity/Term.php
Sets the term weight.

File

core/modules/taxonomy/src/TermInterface.php, line 85

Class

TermInterface
Provides an interface defining a taxonomy term entity.

Namespace

Drupal\taxonomy

Code

public function setWeight($weight);