public function PreNodeUploadEvent::getGathercontentValues in GatherContent 8.5
Gets the array of source fields.
Return value
array Source fields.
File
- gathercontent_upload/
src/ Event/ PreNodeUploadEvent.php, line 56
Class
- PreNodeUploadEvent
- Wraps a pre node upload event for event listeners.
Namespace
Drupal\gathercontent_upload\EventCode
public function getGathercontentValues() {
return $this->gathercontentValues;
}