You are here

protected property WebformViewsTestBase::$view_handlers in Webform Views Integration 8.5

Array of additional handlers to apply to the view.

It should be keyed by handler type. See View::getHandlerTypes() for the list of known handler types.

Type: array

File

tests/src/Kernel/WebformViewsTestBase.php, line 68

Class

WebformViewsTestBase
Reasonable starting point for testing integration between webform and views.

Namespace

Drupal\Tests\webform_views\Kernel

Code

protected $view_handlers = [];