Returns the list of field with their value.
FormField[] The list of fields as [string] Fully qualified name => (mixed) value)
public function all() : array { return $this->walk($this->fields, $this->base); }