function IntegerItem::defaultFieldSettings

Overrides NumericItemBase::defaultFieldSettings

File

core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php, line 38

Class

IntegerItem
Defines the 'integer' field type.

Namespace

Drupal\Core\Field\Plugin\Field\FieldType

Code

public static function defaultFieldSettings() {
  return [
    'min' => '',
    'max' => '',
    'prefix' => '',
    'suffix' => '',
  ] + parent::defaultFieldSettings();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.