You are here

public static function CountryStateCityWidget::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/FieldWidget/CountryStateCityWidget.php, line 73

Class

CountryStateCityWidget
Plugin implementation of the 'country_state_city_widget' widget.

Namespace

Drupal\country_state_city\Plugin\Field\FieldWidget

Code

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