You are here

public function WebformEntityInjectionInterface::getWebform in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformEntityInjectionInterface.php \Drupal\webform\Plugin\WebformEntityInjectionInterface::getWebform()

Get the webform that this handler is attached to.

Return value

\Drupal\webform\WebformInterface A webform.

File

src/Plugin/WebformEntityInjectionInterface.php, line 31

Class

WebformEntityInjectionInterface
Defines the interface for webform entity injection interface.

Namespace

Drupal\webform\Plugin

Code

public function getWebform();