function RoleInterface::getWeight
Same name in other branches
- 9 core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::getWeight()
- 8.9.x core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::getWeight()
- 10 core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::getWeight()
Returns the weight.
Return value
int The weight of this role.
1 method overrides RoleInterface::getWeight()
- Role::getWeight in core/
modules/ user/ src/ Entity/ Role.php - Returns the weight.
File
-
core/
modules/ user/ src/ RoleInterface.php, line 88
Class
- RoleInterface
- Provides an interface defining a user role entity.
Namespace
Drupal\userCode
public function getWeight();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.