You are here

public function Submission::getNode in Little helpers 7.2

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

Get the node of the submission.

Return value

object The node.

File

src/Webform/Submission.php, line 209

Class

Submission
A useful wrapper for webform submission objects.

Namespace

Drupal\little_helpers\Webform

Code

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