function DecimalItem::preSave

Overrides FieldItemBase::preSave

File

core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php, line 112

Class

DecimalItem
Defines the 'decimal' field type.

Namespace

Drupal\Core\Field\Plugin\Field\FieldType

Code

public function preSave() {
  $this->value = round($this->value, $this->getSetting('scale'));
}

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