function Role::getWeight

Same name and namespace in other branches
  1. 9 core/modules/user/src/Entity/Role.php \Drupal\user\Entity\Role::getWeight()
  2. 8.9.x core/modules/user/src/Entity/Role.php \Drupal\user\Entity\Role::getWeight()
  3. 10 core/modules/user/src/Entity/Role.php \Drupal\user\Entity\Role::getWeight()

Overrides RoleInterface::getWeight

File

core/modules/user/src/Entity/Role.php, line 106

Class

Role
Defines the user role entity class.

Namespace

Drupal\user\Entity

Code

public function getWeight() {
    return $this->get('weight');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.