public function RoleInterface::getWeight in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 93 - Contains \Drupal\user\RoleInterface.
Class
- RoleInterface
- Provides an interface defining a user role entity.
Namespace
Drupal\userCode
public function getWeight();