You are here

public static function OpignoTrueFalseFormatterType::defaultSettings in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Plugin/Field/FieldFormatter/OpignoTrueFalseFormatterType.php \Drupal\opigno_module\Plugin\Field\FieldFormatter\OpignoTrueFalseFormatterType::defaultSettings()

Defines the default settings for this plugin.

Return value

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

Overrides PluginSettingsBase::defaultSettings

File

src/Plugin/Field/FieldFormatter/OpignoTrueFalseFormatterType.php, line 27

Class

OpignoTrueFalseFormatterType
Plugin implementation of the 'opigno_true_false_formatter_type' formatter.

Namespace

Drupal\opigno_module\Plugin\Field\FieldFormatter

Code

public static function defaultSettings() {
  return [] + parent::defaultSettings();
}