public static function IpAddressField::defaultStorageSettings in IP address fields 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/Field/FieldType/IpAddressField.php \Drupal\field_ipaddress\Plugin\Field\FieldType\IpAddressField::defaultStorageSettings()
Defines the storage-level settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides FieldItemBase::defaultStorageSettings
File
- src/
Plugin/ Field/ FieldType/ IpAddressField.php, line 30
Class
- IpAddressField
- Plugin implementation of the 'ipaddress' field type.
Namespace
Drupal\field_ipaddress\Plugin\Field\FieldTypeCode
public static function defaultStorageSettings() {
return [] + parent::defaultStorageSettings();
}