You are here

public function FormState::getNode in Little helpers 7

File

src/Webform/FormState.php, line 22

Class

FormState
Class for making webform component values before an submission is saved.

Namespace

Drupal\little_helpers\Webform

Code

public function getNode() {
  return $this->node;
}