public function WebformHandlerInterface::getWebform in Webform 8.5
Get the webform that this handler is attached to.
@todo Webform 8.x-6.x: Replace with WebformEntityInjectionInterface.
Return value
\Drupal\webform\WebformInterface A webform.
1 method overrides WebformHandlerInterface::getWebform()
- WebformHandlerBase::getWebform in src/
Plugin/ WebformHandlerBase.php - Get the webform that this handler is attached to.
File
- src/
Plugin/ WebformHandlerInterface.php, line 309
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function getWebform();