public function PostNodeSaveEvent::getFiles in GatherContent 8.4
Same name and namespace in other branches
- 8.3 src/Event/PostNodeSaveEvent.php \Drupal\gathercontent\Event\PostNodeSaveEvent::getFiles()
Gets the array of source files.
Return value
array Source files.
File
- src/
Event/ PostNodeSaveEvent.php, line 76
Class
- PostNodeSaveEvent
- Wraps a post node save event for event listeners.
Namespace
Drupal\gathercontent\EventCode
public function getFiles() {
return $this->files;
}