You are here

public function ExportTypeInterface::getFileExtension in Entity Print 8.2

Gets the file extension for the printed document.

Return value

string The file extension.

1 method overrides ExportTypeInterface::getFileExtension()
DefaultExportType::getFileExtension in src/Plugin/EntityPrint/ExportType/DefaultExportType.php
Gets the file extension for the printed document.

File

src/Plugin/ExportTypeInterface.php, line 26

Class

ExportTypeInterface
Export type plugin interface.

Namespace

Drupal\entity_print\Plugin

Code

public function getFileExtension();