You are here

class EntityExportCsvFieldsEnabledEvent in Entity Export CSV 8

Defines the fields enabled event.

@See EntityExportCsvFieldsEvent.

Hierarchy

Expanded class hierarchy of EntityExportCsvFieldsEnabledEvent

1 file declares its use of EntityExportCsvFieldsEnabledEvent
EntityExportCsvManager.php in src/EntityExportCsvManager.php

File

src/Event/EntityExportCsvFieldsEnabledEvent.php, line 10

Namespace

Drupal\entity_export_csv\Event
View source
class EntityExportCsvFieldsEnabledEvent extends EntityExportCsvFieldsEvent {

}

Members

Namesort descending Modifiers Type Description Overrides
EntityExportCsvFieldsEvent::$bundle protected property The bundle.
EntityExportCsvFieldsEvent::$entity_type_id protected property The entity type id.
EntityExportCsvFieldsEvent::$fields protected property An array of field definition (or label) keyed by the field name.
EntityExportCsvFieldsEvent::$returnFieldDefinition protected property Return the field definition or the label (if false).
EntityExportCsvFieldsEvent::getBundle public function Gets the bundle.
EntityExportCsvFieldsEvent::getEntityTypeId public function Gets the entity.
EntityExportCsvFieldsEvent::getFields public function Gets the fields.
EntityExportCsvFieldsEvent::setFields public function Sets the supported fields.
EntityExportCsvFieldsEvent::shouldReturnFieldDefinition public function Should return the field definition ?
EntityExportCsvFieldsEvent::__construct public function Constructs a new EntityExportCsvFieldsSupportedEvent.