Overrides ContentEntityBase::preSave
public function preSave(EntityStorageInterface $storage) { parent::preSave($storage); // Terms with no parents are mandatory children of <root>. if (!$this->get('parent') ->count()) { $this->parent->target_id = 0; } }