You are here

public function PostUploadEvent::getUnsuccessNodes in GatherContent 8.3

Get array of arrays with unsuccessfully imported nodes.

Return value

array Array of arrays with unsuccessfully imported nids and their gc_ids.

File

src/Event/PostUploadEvent.php, line 68

Class

PostUploadEvent
Wraps a post import event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

public function getUnsuccessNodes() {
  return $this->unsuccessNodes;
}