You are here

public function FieldTypeExportManagerInterface::getFieldTypeOptions in Entity Export CSV 8

Get definition options for a given field type.

Parameters

string $field_type: The field type.

string $entity_type: The entity type id.

string $bundle: The bundle id.

string $field_name: The field name.

Return value

array An array of definition options.

1 method overrides FieldTypeExportManagerInterface::getFieldTypeOptions()
FieldTypeExportManager::getFieldTypeOptions in src/Plugin/FieldTypeExportManager.php
Get definition options for a given field type.

File

src/Plugin/FieldTypeExportManagerInterface.php, line 35

Class

FieldTypeExportManagerInterface
Define field type export manager interface.

Namespace

Drupal\entity_export_csv\Plugin

Code

public function getFieldTypeOptions($field_type, $entity_type = NULL, $bundle = NULL, $field_name = NULL);