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