You are here

public function GeolocationExport::getSummary in Entity Export CSV 8

File

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

Class

GeolocationExport
Defines a Geolocation field type export plugin.

Namespace

Drupal\entity_export_csv\Plugin\FieldTypeExport

Code

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