You are here

public function FieldTypeExportInterface::getFieldProperties in Entity Export CSV 8

Gets the field's properties.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $definition: The field definition.

Return value

array|\Drupal\Core\TypedData\DataDefinitionInterface[] The field properties.

1 method overrides FieldTypeExportInterface::getFieldProperties()
FieldTypeExportBase::getFieldProperties in src/Plugin/FieldTypeExportBase.php
Gets the field's properties.

File

src/Plugin/FieldTypeExportInterface.php, line 86

Class

FieldTypeExportInterface
Defines an interface for Field type export plugins.

Namespace

Drupal\entity_export_csv\Plugin

Code

public function getFieldProperties(FieldDefinitionInterface $definition);