public function TagadelicTag::setWeight in Tagadelic 8.3
setter for weight Operates on $this Returns $this
File
- src/
TagadelicTag.php, line 87
Class
Namespace
Drupal\tagadelicCode
public function setWeight($weight) {
$this->weight = $weight;
return $this;
}