You are here

public static function IpAddressField::defaultStorageSettings in IP address fields 8

Same name and namespace in other branches
  1. 2.0.x 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\FieldType

Code

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