public function EntityExportCsvFieldsEvent::getBundle in Entity Export CSV 8
Gets the bundle.
Return value
string The bundle.
File
- src/
Event/ EntityExportCsvFieldsEvent.php, line 79
Class
- EntityExportCsvFieldsEvent
- Defines the fields event.
Namespace
Drupal\entity_export_csv\EventCode
public function getBundle() {
return $this->bundle;
}