You are here

public static function Length::defaultStorageSettings in Dimension 8

Same name and namespace in other branches
  1. 2.1.x src/Plugin/Field/FieldType/Length.php \Drupal\dimension\Plugin\Field\FieldType\Length::defaultStorageSettings()
  2. 2.0.x src/Plugin/Field/FieldType/Length.php \Drupal\dimension\Plugin\Field\FieldType\Length::defaultStorageSettings()

Defines the storage-level settings for this plugin.

Return value

array A list of default settings, keyed by the setting name.

Overrides DecimalItem::defaultStorageSettings

File

src/Plugin/Field/FieldType/Length.php, line 26

Class

Length
Plugin implementation of the 'length_field_type' field type.

Namespace

Drupal\dimension\Plugin\Field\FieldType

Code

public static function defaultStorageSettings() {
  return self::_defaultStorageSettings(self::fields());
}