Overrides EntityBase::postCreate
public function postCreate(EntityStorageInterface $storage) { parent::postCreate($storage); // @todo Use self::applyDefaultValue() once // https://www.drupal.org/node/2004756 is in. if (!isset($this->weight)) { $this->weight = $this->isDefaultSearch() ? -10 : 0; } }