You are here

public function TagadelicTag::setWeight in Tagadelic 8.3

setter for weight Operates on $this Returns $this

File

src/TagadelicTag.php, line 87

Class

TagadelicTag

Namespace

Drupal\tagadelic

Code

public function setWeight($weight) {
  $this->weight = $weight;
  return $this;
}