You are here

public function PreNodeUploadEvent::getGathercontentValues in GatherContent 8.3

Gets the array of source fields.

Return value

array Source fields.

File

src/Event/PreNodeUploadEvent.php, line 56

Class

PreNodeUploadEvent
Wraps a pre node upload event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

public function getGathercontentValues() {
  return $this->gathercontentValues;
}