You are here

public function PostImportEvent::getImportFiles in YAML Content 8.2

Gets the list of files imported in the completed batch.

Return value

array The list of content files imported in the completed batch.

File

src/Event/PostImportEvent.php, line 48

Class

PostImportEvent
Wraps a yaml content post-import event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

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