You are here

public static function FieldGroupFormatterInterface::defaultContextSettings in Field Group 8.3

Same name and namespace in other branches
  1. 8 src/FieldGroupFormatterInterface.php \Drupal\field_group\FieldGroupFormatterInterface::defaultContextSettings()

Defines the default settings for this plugin.

Parameters

string $context: The context to get the default settings for.

Return value

array A list of default settings, keyed by the setting name.

1 method overrides FieldGroupFormatterInterface::defaultContextSettings()
FieldGroupFormatterBase::defaultContextSettings in src/FieldGroupFormatterBase.php
Defines the default settings for this plugin.

File

src/FieldGroupFormatterInterface.php, line 68

Class

FieldGroupFormatterInterface
Interface definition for fieldgroup formatter plugins.

Namespace

Drupal\field_group

Code

public static function defaultContextSettings($context);