You are here

public function PreNodeSaveEvent::getSourceValues in GatherContent 8.3

Same name and namespace in other branches
  1. 8.4 src/Event/PreNodeSaveEvent.php \Drupal\gathercontent\Event\PreNodeSaveEvent::getSourceValues()

Gets the array of source fields.

Return value

object Source fields.

File

src/Event/PreNodeSaveEvent.php, line 66

Class

PreNodeSaveEvent
Wraps a pre node save event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

public function getSourceValues() {
  return $this->sourceValues;
}