You are here

constant EntityExportCsvEvents::ENTITY_EXPORT_CSV_FIELDS_SUPPORTED in Entity Export CSV 8

Name of the event fired before returning the fields supported.

Per entity type and/or bundle.

See also

\Drupal\entity_export_csv\Event\EntityExportCsvFieldsSupportedEvent

File

src/Event/EntityExportCsvEvents.php, line 19

Class

EntityExportCsvEvents
Define the event names for entity export csv.

Namespace

Drupal\entity_export_csv\Event

Code

const ENTITY_EXPORT_CSV_FIELDS_SUPPORTED = 'entity_export_csv.fields_supported';