You are here

public function PostImportEvent::getUnsuccessNodes in GatherContent 8.3

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

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/PostImportEvent.php, line 68

Class

PostImportEvent
Wraps a post import event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

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