You are here

public function WebformRequestInterface::getCurrentWebform in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformRequestInterface.php \Drupal\webform\WebformRequestInterface::getCurrentWebform()

Get webform associated with the current request.

Return value

\Drupal\webform\WebformInterface|null The current request's webform.

1 method overrides WebformRequestInterface::getCurrentWebform()
WebformRequest::getCurrentWebform in src/WebformRequest.php
Get webform associated with the current request.

File

src/WebformRequestInterface.php, line 37

Class

WebformRequestInterface
Provides an interface defining a webform request handler.

Namespace

Drupal\webform

Code

public function getCurrentWebform();