You are here

public function EntityExportCsvInterface::getTargetEntityTypeId in Entity Export CSV 8

Get the entity type id.

Return value

string The entity type id.

1 method overrides EntityExportCsvInterface::getTargetEntityTypeId()
EntityExportCsv::getTargetEntityTypeId in src/Entity/EntityExportCsv.php
Get the entity type id.

File

src/Entity/EntityExportCsvInterface.php, line 18

Class

EntityExportCsvInterface
Provides an interface for defining Entity export csv entities.

Namespace

Drupal\entity_export_csv\Entity

Code

public function getTargetEntityTypeId();