ConfigTranslationEntityListBuilder::buildHeader

Builds the header row for the entity listing.

Return value

array A render array structure of header strings.

Overrides EntityListBuilder::buildHeader

See also

\Drupal\Core\Entity\EntityListBuilder::render()

File

core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php, line 74

Class

ConfigTranslationEntityListBuilder
Defines the configuration translation list builder for entities.

Namespace

Drupal\config_translation\Controller

Code

public function buildHeader() {
  $header['label'] = $this->t('Label');
  return $header + parent::buildHeader();
}
doc_Drupal
2016-10-29 08:54:51
Comments
Leave a Comment

Please login to continue.