You are here

protected property WebformHandlerFormBase::$webformHandler in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Form/WebformHandlerFormBase.php \Drupal\webform\Form\WebformHandlerFormBase::webformHandler

The webform handler.

Type: \Drupal\webform\Plugin\WebformHandlerInterface

File

src/Form/WebformHandlerFormBase.php, line 61

Class

WebformHandlerFormBase
Provides a base webform for webform handlers.

Namespace

Drupal\webform\Form

Code

protected $webformHandler;