You are here

public function EntityExportCsvFieldsEvent::getEntityTypeId in Entity Export CSV 8

Gets the entity.

Return value

string Gets the entity type id.

File

src/Event/EntityExportCsvFieldsEvent.php, line 69

Class

EntityExportCsvFieldsEvent
Defines the fields event.

Namespace

Drupal\entity_export_csv\Event

Code

public function getEntityTypeId() {
  return $this->entity_type_id;
}