You are here

EntityExportCsvFieldsSupportedEvent.php in Entity Export CSV 8

File

src/Event/EntityExportCsvFieldsSupportedEvent.php
View source
<?php

namespace Drupal\entity_export_csv\Event;


/**
 * Defines the fields supported event.
 *
 * @See EntityExportCsvFieldsEvent.
 */
class EntityExportCsvFieldsSupportedEvent extends EntityExportCsvFieldsEvent {

}

Classes

Namesort descending Description
EntityExportCsvFieldsSupportedEvent Defines the fields supported event.