Overrides EntityBase::isNew
public function isNew() { return !empty($this->enforceIsNew) || $this->id() === NULL; }