function Role::setWeight
Sets the weight to the given value.
Parameters
int $weight: The desired weight.
Return value
$this
Overrides RoleInterface::setWeight
File
-
core/
modules/ user/ src/ Entity/ Role.php, line 113
Class
- Role
- Defines the user role entity class.
Namespace
Drupal\user\EntityCode
public function setWeight($weight) {
$this->set('weight', $weight);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.