You are here

public function Submission::unwrap in Little helpers 7

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

Get the original webform object.

File

src/Webform/Submission.php, line 137

Class

Submission
A useful wrapper for webform submission objects.

Namespace

Drupal\little_helpers\Webform

Code

public function unwrap() {
  return $this->submission;
}