You are here

public function PostNodeSaveEvent::getSourceValues in GatherContent 8.3

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

Gets the object of source fields.

Return value

object Source fields.

File

src/Event/PostNodeSaveEvent.php, line 66

Class

PostNodeSaveEvent
Wraps a post node save event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

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