function RoleListBuilder::buildRow
Same name in other branches
- 9 core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::buildRow()
- 8.9.x core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::buildRow()
- 10 core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::buildRow()
Overrides DraggableListBuilderTrait::buildRow
File
-
core/
modules/ user/ src/ RoleListBuilder.php, line 75
Class
- RoleListBuilder
- Defines a class to build a listing of user role entities.
Namespace
Drupal\userCode
public function buildRow(EntityInterface $entity) {
$row['label'] = $entity->label();
return $row + parent::buildRow($entity);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.