You are here

service contact_storage_export.exporter in Contact Storage Export 8

Class

Drupal\contact_storage_export\ContactStorageExportService
1 string reference to contact_storage_export.exporter
ContactStorageExportBatches::prepareMessages in src/ContactStorageExportBatches.php
Prepare the contact_message objects for export to CSV.

File

./contact_storage_export.services.yml
contact_storage_export.services.yml

View source
  1. class: Drupal\contact_storage_export\ContactStorageExportService
  2. arguments:
  3. - '@csv_serialization.encoder.csv'
  4. - '@renderer'