Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
RoleInterface.php
function 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\user
Code
public
function
getWeight
();
RSS feed