function Role::setWeight
Same name in other branches
- 9 core/modules/user/src/Entity/Role.php \Drupal\user\Entity\Role::setWeight()
- 10 core/modules/user/src/Entity/Role.php \Drupal\user\Entity\Role::setWeight()
- 11.x core/modules/user/src/Entity/Role.php \Drupal\user\Entity\Role::setWeight()
Overrides RoleInterface::setWeight
File
-
core/
modules/ user/ src/ Entity/ Role.php, line 111
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.