Gets the form name.
If no name is defined on the form, an empty string is returned.
public function getName() : string { return $this->node ->getAttribute('name'); }