You are here

public function PrintEngineBase::getExportType in Entity Print 8.2

Gets the export type.

Return value

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

Overrides PrintEngineInterface::getExportType

File

src/Plugin/PrintEngineBase.php, line 50

Class

PrintEngineBase
The PrintEngineBase class.

Namespace

Drupal\entity_print\Plugin

Code

public function getExportType() {
  return $this->exportType;
}