You are here

public function EntityReferenceExport::getSummary in Entity Export CSV 8

File

src/Plugin/FieldTypeExport/EntityReferenceExport.php, line 32

Class

EntityReferenceExport
Defines an Entity Reference field type export plugin.

Namespace

Drupal\entity_export_csv\Plugin\FieldTypeExport

Code

public function getSummary() {
  return [
    'message' => [
      '#markup' => $this
        ->t('Entity reference field type exporter.'),
    ],
  ];
}