Overrides AccountInterface::isAnonymous
public function isAnonymous() { return $this->id() === 0 || $this->id() === '0'; }