You are here

public function Fieldset::getChildren in Views fieldsets 8.3

1 call to Fieldset::getChildren()
Fieldset::render in src/Plugin/views/field/Fieldset.php
Renders the field.

File

src/Plugin/views/field/Fieldset.php, line 133

Class

Fieldset
@ViewsField("fieldset").

Namespace

Drupal\views_fieldsets\Plugin\views\field

Code

public function getChildren() {
  return $this->options['fields'];
}