You are here

public function RuntimeImportContext::setImportService in Entity Share 8.3

Setter.

Parameters

\Drupal\entity_share_client\Service\ImportServiceInterface $importService: The import service used for the import.

File

modules/entity_share_client/src/RuntimeImportContext.php, line 292

Class

RuntimeImportContext
Class RuntimeImportContext.

Namespace

Drupal\entity_share_client

Code

public function setImportService(ImportServiceInterface $importService) : void {
  $this->importService = $importService;
}