function EntityTestListBuilder::buildHeader
Builds the header row for the entity listing.
Return value
array A render array structure of header strings.
Overrides EntityListBuilder::buildHeader
File
- 
              core/modules/ system/ tests/ modules/ entity_test/ src/ EntityTestListBuilder.php, line 18 
Class
- EntityTestListBuilder
- Defines a class to build a listing of entity test entities.
Namespace
Drupal\entity_testCode
public function buildHeader() {
  $header['label'] = t('Label');
  $header['id'] = t('Machine name');
  return $header + parent::buildHeader();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
