You are here

public function ExportTypeManagerInterface::getFormOptions in Entity Print 8.2

Gets an array of options suitable for Form API.

Return value

array An array with plugin ids as the keys and the label as values.

1 method overrides ExportTypeManagerInterface::getFormOptions()
ExportTypeManager::getFormOptions in src/Plugin/ExportTypeManager.php
Gets an array of options suitable for Form API.

File

src/Plugin/ExportTypeManagerInterface.php, line 18

Class

ExportTypeManagerInterface
Export type manager interface.

Namespace

Drupal\entity_print\Plugin

Code

public function getFormOptions();