You are here

public function EntityExportCsv::getTargetEntityTypeId in Entity Export CSV 8

Get the entity type id.

Return value

string The entity type id.

Overrides EntityExportCsvInterface::getTargetEntityTypeId

File

src/Entity/EntityExportCsv.php, line 117

Class

EntityExportCsv
Defines the Entity export csv entity.

Namespace

Drupal\entity_export_csv\Entity

Code

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