public RoleInterface::getWeight()
Returns the weight.
Return value
int The weight of this role.
File
- core/modules/user/src/RoleInterface.php, line 88
Class
- RoleInterface
- Provides an interface defining a user role entity.
Namespace
Drupal\user
Code
public function getWeight();
Please login to continue.