function FilterFormatListBuilder::buildHeader

Overrides DraggableListBuilder::buildHeader

File

core/modules/filter/src/FilterFormatListBuilder.php, line 91

Class

FilterFormatListBuilder
Defines a class to build a listing of filter format entities.

Namespace

Drupal\filter

Code

public function buildHeader() {
  $header['label'] = $this->t('Name');
  $header['roles'] = $this->t('Roles');
  return $header + parent::buildHeader();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.