You are here

protected function PatternFormatter::getFieldGroupName in UI Patterns 8

Get field group name.

Return value

string Field group name.

File

modules/ui_patterns_field_group/src/Plugin/field_group/FieldGroupFormatter/PatternFormatter.php, line 131

Class

PatternFormatter
Plugin implementation of the 'paragraph' formatter.

Namespace

Drupal\ui_patterns_field_group\Plugin\field_group\FieldGroupFormatter

Code

protected function getFieldGroupName() {
  return $this->configuration['group']->group_name;
}