You are here

public function PreImportEvent::getImportFiles in YAML Content 8.2

Gets the list of files to be imported in the batch about to begin.

Return value

array The list of content files to be imported in the batch about to begin.

File

src/Event/PreImportEvent.php, line 39

Class

PreImportEvent
Wraps a yaml content pre-import event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

public function getImportFiles() {
  return $this->importFiles;
}