You are here

public function WebformEntityPrintWebformDeriverBase::__construct in Webform 8.5

Constructs new WebformEntityPrintWebformDeriverBase.

Parameters

\Drupal\entity_print\Plugin\ExportTypeManagerInterface $export_type_manager: The entity print export type manager.

File

modules/webform_entity_print/src/Plugin/Derivative/WebformEntityPrintWebformDeriverBase.php, line 31

Class

WebformEntityPrintWebformDeriverBase
Provides base deriver for webform entity print plugins.

Namespace

Drupal\webform_entity_print\Plugin\Derivative

Code

public function __construct(ExportTypeManagerInterface $export_type_manager) {
  $this->exportTypeManager = $export_type_manager;
}