You are here

constant EntityExportCsvEvents::ENTITY_EXPORT_CSV_FIELDS_ENABLE in Entity Export CSV 8

Name of the event fired before returning the fields enabled.

Per entity type and/or bundle.

See also

\Drupal\entity_export_csv\Event\EntityExportCsvFieldsEnabledEvent

File

src/Event/EntityExportCsvEvents.php, line 30

Class

EntityExportCsvEvents
Define the event names for entity export csv.

Namespace

Drupal\entity_export_csv\Event

Code

const ENTITY_EXPORT_CSV_FIELDS_ENABLE = 'entity_export_csv.fields_enable';