function RoleListBuilder::buildHeader
Builds the header row for the entity listing.
Return value
array A render array structure for the header.
Overrides DraggableListBuilderTrait::buildHeader
File
-
core/
modules/ user/ src/ RoleListBuilder.php, line 67
Class
- RoleListBuilder
- Defines a class to build a listing of user role entities.
Namespace
Drupal\userCode
public function buildHeader() {
$header['label'] = t('Name');
return $header + parent::buildHeader();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.