You are here

public function WebformHandlerFormBase::getWebformHandler in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 415

Class

WebformHandlerFormBase
Provides a base webform for webform handlers.

Namespace

Drupal\webform\Form

Code

public function getWebformHandler() {
  return $this->webformHandler;
}