You are here

public function PostNodeUploadEvent::getGathercontentValues in GatherContent 8.3

Gets the array of source fields.

Return value

array Source fields.

File

src/Event/PostNodeUploadEvent.php, line 56

Class

PostNodeUploadEvent
Wraps a post node upload event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

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