function PathItem::preSave

Overrides FieldItemBase::preSave

File

core/modules/path/src/Plugin/Field/FieldType/PathItem.php, line 56

Class

PathItem
Defines the 'path' entity field type.

Namespace

Drupal\path\Plugin\Field\FieldType

Code

public function preSave() {
  if ($this->alias !== NULL) {
    $this->alias = trim($this->alias);
  }
}

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