Example #1
0
 /**
  * Returns the keys of the fields to export.
  *
  * @return string[]
  */
 protected function getFieldKeys()
 {
     return $this->configuration->getAsTrimmedArray('fieldsFromEventsForCsv');
 }