You are here

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\Event

Code

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