function ConfigTranslationFieldListBuilder::buildHeader
Overrides ConfigTranslationEntityListBuilder::buildHeader
File
- 
              core/modules/ config_translation/ src/ Controller/ ConfigTranslationFieldListBuilder.php, line 143 
Class
- ConfigTranslationFieldListBuilder
- Defines the config translation list builder for field entities.
Namespace
Drupal\config_translation\ControllerCode
public function buildHeader() {
  $header['label'] = $this->t('Field');
  if ($this->displayBundle()) {
    $header['bundle'] = $this->baseEntityInfo
      ->getBundleLabel() ?: $this->t('Bundle');
  }
  return $header + parent::buildHeader();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
