function EntityListBuilder::buildHeader
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::buildHeader()
- 10 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::buildHeader()
- 11.x core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::buildHeader()
Builds the header row for the entity listing.
Return value
array A render array structure of header strings.
See also
\Drupal\Core\Entity\EntityListBuilder::render()
25 calls to EntityListBuilder::buildHeader()
- ActionListBuilder::buildHeader in core/
modules/ action/ src/ ActionListBuilder.php - Builds the header row for the entity listing.
- BlockContentListBuilder::buildHeader in core/
modules/ block_content/ src/ BlockContentListBuilder.php - Builds the header row for the entity listing.
- BlockContentTypeListBuilder::buildHeader in core/
modules/ block_content/ src/ BlockContentTypeListBuilder.php - Builds the header row for the entity listing.
- CommentTypeListBuilder::buildHeader in core/
modules/ comment/ src/ CommentTypeListBuilder.php - Builds the header row for the entity listing.
- ConfigTestListBuilder::buildHeader in core/
modules/ config/ tests/ config_test/ src/ ConfigTestListBuilder.php - Builds the header row for the entity listing.
26 methods override EntityListBuilder::buildHeader()
- ActionListBuilder::buildHeader in core/
modules/ action/ src/ ActionListBuilder.php - Builds the header row for the entity listing.
- BlockContentListBuilder::buildHeader in core/
modules/ block_content/ src/ BlockContentListBuilder.php - Builds the header row for the entity listing.
- BlockContentTypeListBuilder::buildHeader in core/
modules/ block_content/ src/ BlockContentTypeListBuilder.php - Builds the header row for the entity listing.
- CommentTypeListBuilder::buildHeader in core/
modules/ comment/ src/ CommentTypeListBuilder.php - Builds the header row for the entity listing.
- ConfigTestListBuilder::buildHeader in core/
modules/ config/ tests/ config_test/ src/ ConfigTestListBuilder.php - Builds the header row for the entity listing.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityListBuilder.php, line 158
Class
- EntityListBuilder
- Defines a generic implementation to build a listing of entities.
Namespace
Drupal\Core\EntityCode
public function buildHeader() {
$row['operations'] = $this->t('Operations');
return $row;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.