public function PostNodeSaveEvent::getSourceValues in GatherContent 8.4
Same name and namespace in other branches
- 8.3 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\EventCode
public function getSourceValues() {
return $this->sourceValues;
}