class EntityExportCsvFieldsSupportedEvent in Entity Export CSV 8
Defines the fields supported event.
@See EntityExportCsvFieldsEvent.
Hierarchy
- class \Drupal\entity_export_csv\Event\EntityExportCsvFieldsEvent extends \Symfony\Component\EventDispatcher\Event
- class \Drupal\entity_export_csv\Event\EntityExportCsvFieldsSupportedEvent
Expanded class hierarchy of EntityExportCsvFieldsSupportedEvent
1 file declares its use of EntityExportCsvFieldsSupportedEvent
File
- src/
Event/ EntityExportCsvFieldsSupportedEvent.php, line 10
Namespace
Drupal\entity_export_csv\EventView source
class EntityExportCsvFieldsSupportedEvent extends EntityExportCsvFieldsEvent {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityExportCsvFieldsEvent:: |
protected | property | The bundle. | |
EntityExportCsvFieldsEvent:: |
protected | property | The entity type id. | |
EntityExportCsvFieldsEvent:: |
protected | property | An array of field definition (or label) keyed by the field name. | |
EntityExportCsvFieldsEvent:: |
protected | property | Return the field definition or the label (if false). | |
EntityExportCsvFieldsEvent:: |
public | function | Gets the bundle. | |
EntityExportCsvFieldsEvent:: |
public | function | Gets the entity. | |
EntityExportCsvFieldsEvent:: |
public | function | Gets the fields. | |
EntityExportCsvFieldsEvent:: |
public | function | Sets the supported fields. | |
EntityExportCsvFieldsEvent:: |
public | function | Should return the field definition ? | |
EntityExportCsvFieldsEvent:: |
public | function | Constructs a new EntityExportCsvFieldsSupportedEvent. |