public function WebformHandlerFormBase::getWebformHandler in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Form/WebformHandlerFormBase.php \Drupal\webform\Form\WebformHandlerFormBase::getWebformHandler()
Get the webform handler.
Return value
\Drupal\webform\Plugin\WebformHandlerInterface A webform handler.
File
- src/
Form/ WebformHandlerFormBase.php, line 391
Class
- WebformHandlerFormBase
- Provides a base webform for webform handlers.
Namespace
Drupal\webform\FormCode
public function getWebformHandler() {
return $this->webformHandler;
}