public static function ContryStateCityFormatter::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/ ContryStateCityFormatter.php, line 81
Class
- ContryStateCityFormatter
- Plugin implementation of the 'contry_state_city_formatter' formatter.
Namespace
Drupal\country_state_city\Plugin\Field\FieldFormatterCode
public static function defaultSettings() {
return [] + parent::defaultSettings();
}