You are here

public function EntityExportCsvInterface::setTargetEntityTypeId in Entity Export CSV 8

Set the target entity type id.

Parameters

string $entity_type_id: The entity type id.

Return value

$this The config entity.

1 method overrides EntityExportCsvInterface::setTargetEntityTypeId()
EntityExportCsv::setTargetEntityTypeId in src/Entity/EntityExportCsv.php
Set the target entity type id.

File

src/Entity/EntityExportCsvInterface.php, line 29

Class

EntityExportCsvInterface
Provides an interface for defining Entity export csv entities.

Namespace

Drupal\entity_export_csv\Entity

Code

public function setTargetEntityTypeId($entity_type_id);