public function EntityExportCsv::setTargetBundle in Entity Export CSV 8
Set the bundle.
Parameters
string $bundle: The bundle.
Return value
$this The config entity.
Overrides EntityExportCsvInterface::setTargetBundle
File
- src/
Entity/ EntityExportCsv.php, line 139
Class
- EntityExportCsv
- Defines the Entity export csv entity.
Namespace
Drupal\entity_export_csv\EntityCode
public function setTargetBundle($bundle) {
$this->bundle = $bundle;
return $this;
}