You are here

public static function WebformExcludedBase::getWebformExcludedHeader in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Element/WebformExcludedBase.php \Drupal\webform\Element\WebformExcludedBase::getWebformExcludedHeader()

Get header for the excluded tableselect element.

Return value

array An array container the header for the excluded tableselect element.

1 call to WebformExcludedBase::getWebformExcludedHeader()
WebformExcludedBase::processWebformExcluded in src/Element/WebformExcludedBase.php
Processes a webform elements webform element.
2 methods override WebformExcludedBase::getWebformExcludedHeader()
WebformExcludedColumns::getWebformExcludedHeader in src/Element/WebformExcludedColumns.php
Get header for the excluded tableselect element.
WebformExcludedElements::getWebformExcludedHeader in src/Element/WebformExcludedElements.php
Get header for the excluded tableselect element.

File

src/Element/WebformExcludedBase.php, line 98

Class

WebformExcludedBase
Provides a base webform element for webform excluded elements and columns.

Namespace

Drupal\webform\Element

Code

public static function getWebformExcludedHeader() {
  return [];
}