You are here

public function Tab::settingsForm in Field Group: Easy Responsive Tabs to Accordion 8

File

src/Plugin/field_group/FieldGroupFormatter/Tab.php, line 60

Class

Tab
Plugin implementation of the 'ertta_tab' formatter.

Namespace

Drupal\field_group_easy_responsive_tabs\Plugin\field_group\FieldGroupFormatter

Code

public function settingsForm() {
  $form = parent::settingsForm();
  return $form;
}