You are here

public function PreNodeSaveEvent::getFiles in GatherContent 8.3

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

Gets the array of source files.

Return value

array Source files.

File

src/Event/PreNodeSaveEvent.php, line 76

Class

PreNodeSaveEvent
Wraps a pre node save event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

public function getFiles() {
  return $this->files;
}