You are here

public function WebformElementInterface::getTableColumn in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getTableColumn()

Get element's table column(s) settings.

Parameters

array $element: An element.

Return value

array An associative array containing an element's table column(s).

1 method overrides WebformElementInterface::getTableColumn()
WebformElementBase::getTableColumn in src/Plugin/WebformElementBase.php
Get element's table column(s) settings.

File

src/Plugin/WebformElementInterface.php, line 664

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getTableColumn(array $element);