EntityViewDisplayEditForm::getTableHeader

protected EntityViewDisplayEditForm::getTableHeader()

Returns an array containing the table headers.

Return value

array The table header.

Overrides EntityDisplayFormBase::getTableHeader

File

core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php, line 125

Class

EntityViewDisplayEditForm
Edit form for the EntityViewDisplay entity type.

Namespace

Drupal\field_ui\Form

Code

protected function getTableHeader() {
  return array(
    $this->t('Field'),
    $this->t('Weight'),
    $this->t('Parent'),
    $this->t('Label'),
    array('data' => $this->t('Format'), 'colspan' => 3),
  );
}
doc_Drupal
2016-10-29 09:09:01
Comments
Leave a Comment

Please login to continue.