You are here

public function NodeToUpdateEvent::getFiles in GatherContent 8.4

Gets the array of source files.

Return value

array Source files.

File

src/Event/NodeToUpdateEvent.php, line 83

Class

NodeToUpdateEvent
Wraps a node to update event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

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