You are here

public function Submission::getNode in Little helpers 7

Same name and namespace in other branches
  1. 7.2 src/Webform/Submission.php \Drupal\little_helpers\Webform\Submission::getNode()

File

src/Webform/Submission.php, line 179

Class

Submission
A useful wrapper for webform submission objects.

Namespace

Drupal\little_helpers\Webform

Code

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