public static function CountryItem::defaultFieldSettings in Address 8
Defines the field-level settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides FieldItemBase::defaultFieldSettings
File
- src/
Plugin/ Field/ FieldType/ CountryItem.php, line 56
Class
- CountryItem
- Plugin implementation of the 'address_country' field type.
Namespace
Drupal\address\Plugin\Field\FieldTypeCode
public static function defaultFieldSettings() {
return self::defaultCountrySettings();
}