You are here

public function PrintEngineInterface::getExportType in Entity Print 8.2

Gets the export type.

Return value

\Drupal\entity_print\Plugin\ExportTypeInterface The export type interface.

1 method overrides PrintEngineInterface::getExportType()
PrintEngineBase::getExportType in src/Plugin/PrintEngineBase.php
Gets the export type.

File

src/Plugin/PrintEngineInterface.php, line 20

Class

PrintEngineInterface
Print engine interface.

Namespace

Drupal\entity_print\Plugin

Code

public function getExportType();