You are here

public function EntityformTypeListController::buildHeader in Entityform 8.2

Same name and namespace in other branches
  1. 8.3 lib/Drupal/entityform/EntityformTypeListController.php \Drupal\entityform\EntityformTypeListController::buildHeader()

File

lib/Drupal/entityform/EntityformTypeListController.php, line 14

Class

EntityformTypeListController

Namespace

Drupal\entityform

Code

public function buildHeader() {
  $headers['form'] = $this
    ->t('Form');
  return $headers + parent::buildHeader();
}