You are here

protected property FieldGroupTable::$renderApiProperties in Field Group Table 8

Render API properties.

Type: array

File

src/Plugin/field_group/FieldGroupFormatter/FieldGroupTable.php, line 49

Class

FieldGroupTable
Plugin implementation of the 'field_group_table' formatter.

Namespace

Drupal\field_group_table\Plugin\field_group\FieldGroupFormatter

Code

protected $renderApiProperties = [
  '#theme',
  '#markup',
  '#prefix',
  '#suffix',
  '#type',
  'widget',
];