You are here

public static function ContryISO2Formatter::defaultSettings in Country, State and City Fields 8

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/ContryISO2Formatter.php, line 81

Class

ContryISO2Formatter
Plugin implementation of the 'country_formatter' formatter.

Namespace

Drupal\country_state_city\Plugin\Field\FieldFormatter

Code

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