You are here

public function FailedImportEvent::setCount in Acquia Content Hub 8.2

Sets the count of processed items before failure.

Parameters

int $count: The count.

File

src/Event/FailedImportEvent.php, line 105

Class

FailedImportEvent
An event for responding to failed imports.

Namespace

Drupal\acquia_contenthub\Event

Code

public function setCount(int $count) {
  $this->count = $count;
}