You are here

public function FailedImportEvent::getCount in Acquia Content Hub 8.2

Returns the count of processed items before failure.

Return value

int The count.

File

src/Event/FailedImportEvent.php, line 95

Class

FailedImportEvent
An event for responding to failed imports.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getCount() : int {
  return $this->count;
}