public static function FieldGroupFormatterInterface::defaultContextSettings in Field Group 8
Same name and namespace in other branches
- 8.3 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 56
Class
- FieldGroupFormatterInterface
- Interface definition for fieldgroup formatter plugins.
Namespace
Drupal\field_groupCode
public static function defaultContextSettings($context);