You are here

public function EntityExportCsvFieldsEvent::shouldReturnFieldDefinition in Entity Export CSV 8

Should return the field definition ?

Return value

bool Return the field definition or the label (if false).

File

src/Event/EntityExportCsvFieldsEvent.php, line 89

Class

EntityExportCsvFieldsEvent
Defines the fields event.

Namespace

Drupal\entity_export_csv\Event

Code

public function shouldReturnFieldDefinition() {
  return $this->returnFieldDefinition;
}