You are here

public function PostNodeUploadEvent::getGathercontentValues in GatherContent 8.5

Gets the array of source fields.

Return value

array Source fields.

File

gathercontent_upload/src/Event/PostNodeUploadEvent.php, line 56

Class

PostNodeUploadEvent
Wraps a post node upload event for event listeners.

Namespace

Drupal\gathercontent_upload\Event

Code

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