You are here

public function EntityExportCsv::getTargetBundle in Entity Export CSV 8

Get the bundle.

Return value

string The bundle.

Overrides EntityExportCsvInterface::getTargetBundle

File

src/Entity/EntityExportCsv.php, line 132

Class

EntityExportCsv
Defines the Entity export csv entity.

Namespace

Drupal\entity_export_csv\Entity

Code

public function getTargetBundle() {
  return $this->bundle;
}