public function NodeToUpdateEvent::getSourceValues in GatherContent 8.4
Gets the array of source fields.
Return value
object Source fields.
File
- src/Event/ NodeToUpdateEvent.php, line 73 
Class
- NodeToUpdateEvent
- Wraps a node to update event for event listeners.
Namespace
Drupal\gathercontent\EventCode
public function getSourceValues() {
  return $this->sourceValues;
}