function RoleInterface::setWeight

Same name and namespace in other branches
  1. 8.9.x core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::setWeight()
  2. 10 core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::setWeight()
  3. 11.x core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::setWeight()

Sets the weight to the given value.

Parameters

int $weight: The desired weight.

Return value

$this

1 method overrides RoleInterface::setWeight()
Role::setWeight in core/modules/user/src/Entity/Role.php
Sets the weight to the given value.

File

core/modules/user/src/RoleInterface.php, line 98

Class

RoleInterface
Provides an interface defining a user role entity.

Namespace

Drupal\user

Code

public function setWeight($weight);

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