You are here

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

File

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

Class

Tab
Plugin implementation of the 'ertta_tab' formatter.

Namespace

Drupal\field_group_easy_responsive_tabs\Plugin\field_group\FieldGroupFormatter

Code

public static function defaultContextSettings($context) {
  $defaults = [] + parent::defaultContextSettings($context);
  return $defaults;
}