public function EntityExportCsvInterface::getTargetBundle in Entity Export CSV 8
Get the bundle.
Return value
string The bundle.
1 method overrides EntityExportCsvInterface::getTargetBundle()
- EntityExportCsv::getTargetBundle in src/
Entity/ EntityExportCsv.php - Get the bundle.
File
- src/
Entity/ EntityExportCsvInterface.php, line 37
Class
- EntityExportCsvInterface
- Provides an interface for defining Entity export csv entities.
Namespace
Drupal\entity_export_csv\EntityCode
public function getTargetBundle();