You are here

public function FieldTypeExportManagerInterface::getOptions in Entity Export CSV 8

Get definition options.

Return value

array An array of definition options.

1 method overrides FieldTypeExportManagerInterface::getOptions()
FieldTypeExportManager::getOptions in src/Plugin/FieldTypeExportManager.php
Get definition options.

File

src/Plugin/FieldTypeExportManagerInterface.php, line 18

Class

FieldTypeExportManagerInterface
Define field type export manager interface.

Namespace

Drupal\entity_export_csv\Plugin

Code

public function getOptions();